diff options
author | ache <ache@FreeBSD.org> | 2003-10-25 20:03:39 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-10-25 20:03:39 +0000 |
commit | f8dc65dd0e8c8df2e9563117eddf805e65358995 (patch) | |
tree | 6c43c610a802a59fd56f296082487428c6ae4e9a | |
parent | ae150c68d7786640159be078b65abc2add5a5085 (diff) | |
download | FreeBSD-ports-f8dc65dd0e8c8df2e9563117eddf805e65358995.zip FreeBSD-ports-f8dc65dd0e8c8df2e9563117eddf805e65358995.tar.gz |
Fixes to make slave ports happy
PR: 58268
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
-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 b735876..79cdb1f 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 |