aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2004-08-31 18:04:09 +0800
committerosa <osa@FreeBSD.org>2004-08-31 18:04:09 +0800
commit3bbd046034b7ff954f385f8fd1124987820721d0 (patch)
tree1a881a9a196ca781d69ba317b0b3d1783b2a1a04 /security/gnupg/Makefile
parentc0d8d377b2f96b5eeadad0363fdae18edc912a9c (diff)
downloadfreebsd-ports-gnome-3bbd046034b7ff954f385f8fd1124987820721d0.tar.gz
freebsd-ports-gnome-3bbd046034b7ff954f385f8fd1124987820721d0.tar.zst
freebsd-ports-gnome-3bbd046034b7ff954f385f8fd1124987820721d0.zip
Update to 1.2.6.
Utilize DOCSDIR and DATADIR macros. Approved by: kuriyama (maintainer)
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r--security/gnupg/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index e541a2ad3466..d7bdbc5f07ce 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= gnupg
-PORTVERSION= 1.2.5
-PORTREVISION= 1
+PORTVERSION= 1.2.6
+PORTREVISION?= 0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg
@@ -57,13 +57,13 @@ CONFIGURE_ARGS+= --disable-ldap
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/gnupg
+ ${MKDIR} ${DOCSDIR}
.for i in DETAILS FAQ HACKING OpenPGP
- ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/gnupg
+ ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
.endfor
.for i in ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS PROJECTS \
README THANKS TODO VERSION
- ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/gnupg
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.if defined(WITH_SUID_GPG)