summaryrefslogtreecommitdiff
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
authorkleink <kleink>2004-02-08 01:00:13 +0000
committerkleink <kleink>2004-02-08 01:00:13 +0000
commitc18834943301dee2aaa846f4c51b644b8b55489a (patch)
tree3b2cb9b1135a2c62a855dbcf4c934de6396932a7 /security/gnupg/Makefile
parent84eb342c6365d7f7ab0f8c600613a386c7d3871b (diff)
downloadpkgsrc-c18834943301dee2aaa846f4c51b644b8b55489a.tar.gz
Install doc/DETAILS, which conveniently documents --with-colon formatted
output, among other things. Bump to 1.2.4nb1. Approved by Thomas Klausner.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r--security/gnupg/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 0a286e2439d..18bf1d62647 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2004/02/02 23:47:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.60 2004/02/08 01:00:13 kleink Exp $
DISTNAME= gnupg-1.2.4
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \
ftp://ftp.planetmirror.com/pub/gnupg/gnupg/ \
@@ -71,6 +72,10 @@ SUBST_SED.fixme= -e "s,ALIGN (3),ALIGN (4),g"
.endif
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/doc/DETAILS \
+ ${PREFIX}/share/gnupg
+
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"