diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-10-25 20:03:39 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-10-25 20:03:39 +0000 |
commit | 954d44c3c86bd81ffbbb0efef3882c10ca108f52 (patch) | |
tree | 6861ef276b61de7c2e2ca963b60963b74d4dac6f /archivers | |
parent | 0597e8a239be99dc00b9ec68a0e858cb72a9e62e (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index b73587689947..79cdb1f9948e 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -8,13 +8,13 @@ PORTNAME= unzip PORTVERSION= 5.50 PORTREVISION= 2 -CATEGORIES= archivers +CATEGORIES?= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} DISTFILES= ${PORTNAME}550.tar.gz -MAINTAINER= ache@FreeBSD.org -COMMENT= List, test and extract compressed files in a ZIP archive +MAINTAINER?= ache@FreeBSD.org +COMMENT?= List, test and extract compressed files in a ZIP archive WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= unix/Makefile |