diff options
author | mat <mat@FreeBSD.org> | 2013-12-05 19:19:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-12-05 19:19:00 +0800 |
commit | dda73791bcbe38eaa9bcadb92b10ce9144d85c8d (patch) | |
tree | 02c0418c8716d6e31ae519afac43d341b43b36d9 | |
parent | c6c48e8eca76c54a6a5e1f6a28d91f2e5492137f (diff) | |
download | freebsd-ports-gnome-dda73791bcbe38eaa9bcadb92b10ce9144d85c8d.tar.gz freebsd-ports-gnome-dda73791bcbe38eaa9bcadb92b10ce9144d85c8d.tar.zst freebsd-ports-gnome-dda73791bcbe38eaa9bcadb92b10ce9144d85c8d.zip |
Fixup pkgname.
PR: ports/184444
Submitted by: mat
Approved by: portmgr (bapt)
-rw-r--r-- | security/gnupg1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index ba30cc10823a..c805c24eed65 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 1.4.15 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg +PKGNAMESUFFIX= 1 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -24,7 +25,6 @@ MAN1= gpg.1 gpgv.1 gpg.ru.1 gpg-zip.1 MAN7= gnupg.7 INFO= gnupg1 DOCSDIR= ${PREFIX}/share/doc/gnupg1 -LATEST_LINK= gnupg1 PORTDOCS= * |