diff options
author | lofi <lofi@FreeBSD.org> | 2004-06-15 20:16:09 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-06-15 20:16:09 +0800 |
commit | 50f1b19937f35e0ab6a0b1ae840c62f19cee1e9f (patch) | |
tree | 5479d6347fd112b1da11d8f9f732a4dd660db408 /security/libksba | |
parent | 367f6efe3010caae6c82484242f5d5547e4ed438 (diff) | |
download | freebsd-ports-gnome-50f1b19937f35e0ab6a0b1ae840c62f19cee1e9f.tar.gz freebsd-ports-gnome-50f1b19937f35e0ab6a0b1ae840c62f19cee1e9f.tar.zst freebsd-ports-gnome-50f1b19937f35e0ab6a0b1ae840c62f19cee1e9f.zip |
Don't try to extract a signature file.
Diffstat (limited to 'security/libksba')
-rw-r--r-- | security/libksba/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 9d8fa3d26f9a..bc0090a73a6a 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/${PORTNAME} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sig +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= lofi@FreeBSD.org COMMENT= KSBA is an X.509 Library |