diff options
author | steve <steve@FreeBSD.org> | 2000-04-30 20:55:42 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-04-30 20:55:42 +0000 |
commit | b0778e40e43e724c09438034e5bd5a657e357b0a (patch) | |
tree | 7be3b9dc41557f5c8a190fdd9d13989de7252f96 /net | |
parent | 47f219dad7b988c2c3f28f9e4a6126401386f279 (diff) | |
download | FreeBSD-ports-b0778e40e43e724c09438034e5bd5a657e357b0a.zip FreeBSD-ports-b0778e40e43e724c09438034e5bd5a657e357b0a.tar.gz |
Make this port actually work with 'ADDITIONAL_SKINS=yes'.
PR: 18287
Submitted by: Michael Joyner <mjoyner@wolf.dyns.cx>
Diffstat (limited to 'net')
-rw-r--r-- | net/kxicq-devel/Makefile | 6 | ||||
-rw-r--r-- | net/kxicq-devel/distinfo | 6 | ||||
-rw-r--r-- | net/kxicq/Makefile | 6 | ||||
-rw-r--r-- | net/kxicq/distinfo | 6 |
4 files changed, 18 insertions, 6 deletions
diff --git a/net/kxicq-devel/Makefile b/net/kxicq-devel/Makefile index 19ce8d5..6ed4dd4 100644 --- a/net/kxicq-devel/Makefile +++ b/net/kxicq-devel/Makefile @@ -19,11 +19,13 @@ USE_GMAKE= yes USE_LIBTOOL= yes USE_QT= yes -.if defined(ADDITIONAL_SKINS) DIST_SUBDIR= kxicq + +.if defined(ADDITIONAL_SKINS) SKINS= GoldBlue blueplanet ciasa_boark_inc cyrus PLIST= ${WRKDIR}/PLIST -DISTFILES+= GoldBlue.tar.gz blueplanet-0.1.tar.gz cyrustheme.tar.gz \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} GoldBlue.tar.gz \ + blueplanet-0.1.tar.gz cyrustheme.tar.gz \ ciasa_boark_inc-0.4.tar.gz .endif diff --git a/net/kxicq-devel/distinfo b/net/kxicq-devel/distinfo index 1364ee9..e64887c 100644 --- a/net/kxicq-devel/distinfo +++ b/net/kxicq-devel/distinfo @@ -1 +1,5 @@ -MD5 (kxicq-03132000.tar.gz) = 0690a43dad83d89bbdff7c4143386300 +MD5 (kxicq/kxicq-03132000.tar.gz) = 0690a43dad83d89bbdff7c4143386300 +MD5 (kxicq/GoldBlue.tar.gz) = 401450e4710aebff4b2edad14c0f4cac +MD5 (kxicq/blueplanet-0.1.tar.gz) = db08ff114c24af4ff185c76820acb04d +MD5 (kxicq/ciasa_boark_inc-0.4.tar.gz) = b6759abce6e8fd9c69895d28738b63f2 +MD5 (kxicq/cyrustheme.tar.gz) = 0c514e3bdd67f2a2766de43976bc9c2a diff --git a/net/kxicq/Makefile b/net/kxicq/Makefile index 19ce8d5..6ed4dd4 100644 --- a/net/kxicq/Makefile +++ b/net/kxicq/Makefile @@ -19,11 +19,13 @@ USE_GMAKE= yes USE_LIBTOOL= yes USE_QT= yes -.if defined(ADDITIONAL_SKINS) DIST_SUBDIR= kxicq + +.if defined(ADDITIONAL_SKINS) SKINS= GoldBlue blueplanet ciasa_boark_inc cyrus PLIST= ${WRKDIR}/PLIST -DISTFILES+= GoldBlue.tar.gz blueplanet-0.1.tar.gz cyrustheme.tar.gz \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} GoldBlue.tar.gz \ + blueplanet-0.1.tar.gz cyrustheme.tar.gz \ ciasa_boark_inc-0.4.tar.gz .endif diff --git a/net/kxicq/distinfo b/net/kxicq/distinfo index 1364ee9..e64887c 100644 --- a/net/kxicq/distinfo +++ b/net/kxicq/distinfo @@ -1 +1,5 @@ -MD5 (kxicq-03132000.tar.gz) = 0690a43dad83d89bbdff7c4143386300 +MD5 (kxicq/kxicq-03132000.tar.gz) = 0690a43dad83d89bbdff7c4143386300 +MD5 (kxicq/GoldBlue.tar.gz) = 401450e4710aebff4b2edad14c0f4cac +MD5 (kxicq/blueplanet-0.1.tar.gz) = db08ff114c24af4ff185c76820acb04d +MD5 (kxicq/ciasa_boark_inc-0.4.tar.gz) = b6759abce6e8fd9c69895d28738b63f2 +MD5 (kxicq/cyrustheme.tar.gz) = 0c514e3bdd67f2a2766de43976bc9c2a |