diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:11 +0000 |
commit | 3aa9b484131b5835a7875ba57cac901593286b35 (patch) | |
tree | 1b244608d40358a88f07788208154d2ccac897f5 /archivers/zipper/Makefile | |
parent | 95cf041567736c650172f843cc732c1ad5e96240 (diff) |
Notes
Diffstat (limited to 'archivers/zipper/Makefile')
-rw-r--r-- | archivers/zipper/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile index 6860e799e0ac..cae02f357c03 100644 --- a/archivers/zipper/Makefile +++ b/archivers/zipper/Makefile @@ -9,21 +9,21 @@ PORTNAME= zipper PORTVERSION= 1.1 CATEGORIES= archivers MASTER_SITES= http://xanthippe.dyndns.org/Zipper/ \ - http://io.debian.net/~tar/ports/distfiles/ + ${MASTER_SITE_GNUSTEP_CH} DISTNAME= Zipper-${PORTVERSION} MAINTAINER= gurkan@linuks.mine.nu COMMENT= Tool for inspecting the contents of a compressed archive -WRKSRC= ${WRKDIR}/Zipper -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT} -MAKEFILE= GNUmakefile + +WRKSRC= ${WRKDIR}/Zipper + RENAISSANCE_PORT?= x11-toolkits/renaissance .include <bsd.port.mk> |