diff options
author | robak <robak@FreeBSD.org> | 2015-04-15 17:44:04 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-04-15 17:44:04 +0800 |
commit | d0a430e161503e3a93a72655b33ba8557a46e480 (patch) | |
tree | 9623f7cc6ca1ea703799555e3d12b2aea71432b6 /archivers | |
parent | c131f2c9f9bc3757592ed274ab9d901e5649f075 (diff) | |
download | freebsd-ports-gnome-d0a430e161503e3a93a72655b33ba8557a46e480.tar.gz freebsd-ports-gnome-d0a430e161503e3a93a72655b33ba8557a46e480.tar.zst freebsd-ports-gnome-d0a430e161503e3a93a72655b33ba8557a46e480.zip |
archivers/unzoo: add CPE info
PR: 199398
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzoo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index 9ac6187723c6..4d490bc252fe 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -15,6 +15,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ehaupt@FreeBSD.org COMMENT= ZOO archive extractor +USES= cpe EXTRA_DEFINES= -DSYS_IS_UNIX -DSYS_HAS_MKDIR PLIST_FILES= bin/unzoo man/man1/unzoo.1.gz |