aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg1/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-12-11 23:00:53 +0800
committerkuriyama <kuriyama@FreeBSD.org>2001-12-11 23:00:53 +0800
commitb164698b914aff1333701bbf378792076590bc27 (patch)
tree81e96ebaa4a8c792710536bfafe19468316a64c4 /security/gnupg1/Makefile
parent78b687ffed26e4d3d34db2d7d7476594253a1c0e (diff)
downloadfreebsd-ports-gnome-b164698b914aff1333701bbf378792076590bc27.tar.gz
freebsd-ports-gnome-b164698b914aff1333701bbf378792076590bc27.tar.zst
freebsd-ports-gnome-b164698b914aff1333701bbf378792076590bc27.zip
Display TIPS (use rndcontrol(8)) message at post-install.
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r--security/gnupg1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index c684875ade37..ba55740363c0 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 1.0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \
ftp://pgp.iijlab.net/pub/%SUBDIR%/ \
@@ -41,6 +41,7 @@ post-install:
.endfor
.endif
# ${CHMOD} u+s ${PREFIX}/bin/gpg
+ @${CAT} ${PKGMESSAGE}
check:
(cd ${WRKSRC}; ${MAKE} check)