aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2015-03-03 20:48:16 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2015-03-03 20:48:16 +0000
commit25c8965284778a93eaac8310be4aea78cc27b278 (patch)
treef88b027cb0bb910b41aa81c6c4c7db706e230950 /archivers
parent4188d5fec159201aaf69414ab6c3845d6af02c7a (diff)
downloadports-25c8965284778a93eaac8310be4aea78cc27b278.tar.gz
ports-25c8965284778a93eaac8310be4aea78cc27b278.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gcpio/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile
index cc54875b6d2d..2bf43d82a56c 100644
--- a/archivers/gcpio/Makefile
+++ b/archivers/gcpio/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cpio
PORTVERSION= 2.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -11,7 +11,12 @@ PKGNAMEPREFIX= g
MAINTAINER= naddy@FreeBSD.org
COMMENT= GNU cpio copies files to and from archives
-USES= tar:bzip2
+LICENSE= GPLv3
+
+USES= cpe tar:bzip2
+
+CPE_VENDOR= gnu
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--disable-silent-rules \