diff options
author | arved <arved@FreeBSD.org> | 2004-06-12 22:12:17 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-06-12 22:12:17 +0800 |
commit | a191a71c9469f8d4158c25fadafaec087973fb65 (patch) | |
tree | 0ad39e94aa39e66e1f376a1a285528bc2b42d452 /security | |
parent | df981cdbde4b3d56498765fd714724ee9b7df5dc (diff) | |
download | freebsd-ports-gnome-a191a71c9469f8d4158c25fadafaec087973fb65.tar.gz freebsd-ports-gnome-a191a71c9469f8d4158c25fadafaec087973fb65.tar.zst freebsd-ports-gnome-a191a71c9469f8d4158c25fadafaec087973fb65.zip |
Add EXTRACT_ONLY
Noticed by: bsdtar
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 9be24dcbe510..7ca4820b2989 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= libgcrypt DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sig +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= arved@FreeBSD.org COMMENT= "General purpose crypto library based on code used in GnuPG" |