aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-10-28 20:17:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-10-28 20:17:49 +0000
commitf9a95694ae9c38f6dae2a97fa1726264a3198259 (patch)
tree3c093e5e9f44dbd7329704a7501108506fd0251d /security
parent3b358afb341029c5af1bf0e8790bbe78efa33099 (diff)
downloadports-f9a95694ae9c38f6dae2a97fa1726264a3198259.tar.gz
ports-f9a95694ae9c38f6dae2a97fa1726264a3198259.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/pgp/Makefile4
-rw-r--r--security/pgp/pkg-plist2
-rw-r--r--security/pgpin/Makefile2
-rw-r--r--security/pgpin/pkg-plist1
4 files changed, 4 insertions, 5 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index 3c3fe9f6417f..8ed0b1168c91 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/Makefile
@@ -13,13 +13,11 @@ COMMENT= PGP International version - Public-Key encryption for the masses
ONLY_FOR_ARCHS= i386 alpha amd64 sparc64
-USES= manpages
WRKSRC= ${WRKDIR}/src
MAKEFILE= makefile
ALL_TARGET= freebsd-${ARCH:S/x86_64/amd64/}
MAKE_ENV= OS_CFLAGS="${CFLAGS}"
PGPLIB= ${STAGEDIR}${PREFIX}/share/pgp
-MAN1= pgp.1 pgp2.1
post-extract:
cd ${WRKDIR}; ${TAR} -xf pgp263ii.tar; \
@@ -35,6 +33,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/../config.txt ${PGPLIB}/config.txt-dist
post-install:
- @${INSTALL_MAN} ${STAGEDIR}${PREFIX}/man/man1/pgp.1 ${STAGEDIR}${PREFIX}/man/man1/pgp2.1
+ ${INSTALL_MAN} ${STAGEDIR}${PREFIX}/man/man1/pgp.1 ${STAGEDIR}${PREFIX}/man/man1/pgp2.1
.include <bsd.port.mk>
diff --git a/security/pgp/pkg-plist b/security/pgp/pkg-plist
index 465373618d72..7000f9b047bc 100644
--- a/security/pgp/pkg-plist
+++ b/security/pgp/pkg-plist
@@ -1,4 +1,6 @@
bin/pgp
+man/man1/pgp.1.gz
+man/man1/pgp2.1.gz
share/pgp/pgp.hlp
share/pgp/pgpdoc1.txt
share/pgp/pgpdoc2.txt
diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile
index 737b265eedce..e34c5f68b6ca 100644
--- a/security/pgpin/Makefile
+++ b/security/pgpin/Makefile
@@ -11,12 +11,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
COMMENT= PGP International version - improved for use in IN-CA
-USES= manpages
WRKSRC= ${WRKDIR}/pgp263in/src
MAKEFILE= makefile
ALL_TARGET= freebsd-${ARCH} OS_CFLAGS="${CFLAGS}"
PGPLIB= ${STAGEDIR}${PREFIX}/lib/pgpin
-MAN1= pgpin.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pgp ${STAGEDIR}${PREFIX}/bin/pgpin
diff --git a/security/pgpin/pkg-plist b/security/pgpin/pkg-plist
index 727f6a60b8c1..05cc3438031f 100644
--- a/security/pgpin/pkg-plist
+++ b/security/pgpin/pkg-plist
@@ -9,4 +9,5 @@ lib/pgpin/language.txt-dist
@unexec if cmp -s %D/lib/pgpin/config.txt %D/lib/pgpin/config.txt-dist; then rm -f %D/lib/pgpin/config.txt; fi
lib/pgpin/config.txt-dist
@exec [ ! -f %B/config.txt ] && cp %B/%f %B/config.txt
+man/man1/pgpin.1.gz
@dirrm lib/pgpin