diff options
author | ache <ache@FreeBSD.org> | 2003-10-26 04:03:39 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-10-26 04:03:39 +0800 |
commit | f8dc65dd0e8c8df2e9563117eddf805e65358995 (patch) | |
tree | 6c43c610a802a59fd56f296082487428c6ae4e9a /archivers/unzip | |
parent | ae150c68d7786640159be078b65abc2add5a5085 (diff) | |
download | freebsd-ports-gnome-f8dc65dd0e8c8df2e9563117eddf805e65358995.tar.gz freebsd-ports-gnome-f8dc65dd0e8c8df2e9563117eddf805e65358995.tar.zst freebsd-ports-gnome-f8dc65dd0e8c8df2e9563117eddf805e65358995.zip |
Fixes to make slave ports happy
PR: 58268
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'archivers/unzip')
-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 |