summaryrefslogtreecommitdiffstats
path: root/security/pgp/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-10-12 22:45:34 +0000
committerache <ache@FreeBSD.org>2000-10-12 22:45:34 +0000
commitb9219da37ea73b43161905cc176f225bd8eacc43 (patch)
treed5079bf0f1f1f322ea0815c4a05b755fdd74b5be /security/pgp/Makefile
parentc3b6afb23db257e7d1c7528bd28c6aef794aca4f (diff)
downloadFreeBSD-ports-b9219da37ea73b43161905cc176f225bd8eacc43.zip
FreeBSD-ports-b9219da37ea73b43161905cc176f225bd8eacc43.tar.gz
Finally convert to new ports scheme, remove usa/non-usa stuff, package default
conf files too
Diffstat (limited to 'security/pgp/Makefile')
-rw-r--r--security/pgp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index e2e7b51..5feee70 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/Makefile
@@ -15,8 +15,6 @@ DISTNAME= pgp263is
MAINTAINER= ache@FreeBSD.org
WRKSRC= ${WRKDIR}/src
-FILESDIR= ${.CURDIR}/files.non_usa
-PATCHDIR= ${.CURDIR}/patches.non_usa
MAKEFILE= makefile
ALL_TARGET= freebsd-${MACHINE_ARCH} OS_CFLAGS="${CFLAGS}"
@@ -32,8 +30,10 @@ do-install:
cd ${WRKSRC}/..; \
${INSTALL_DATA} -c -o bin -g bin -m 444 pgp.hlp \
doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}; \
+ ${INSTALL_DATA} -c -o bin -g bin -m 444 language.txt ${PGPLIB}/language.txt-dist; \
[ -f ${PGPLIB}/language.txt ] || \
${INSTALL_DATA} -c -o bin -g bin -m 444 language.txt ${PGPLIB}; \
+ ${INSTALL_DATA} -c -o bin -g bin -m 444 config.txt ${PGPLIB}/config.txt-dist; \
[ -f ${PGPLIB}/config.txt ] || \
${INSTALL_DATA} -c -o bin -g bin -m 444 config.txt ${PGPLIB}
-${PREFIX}/bin/pgp > /dev/null 2>&1 # update .idx file
OpenPOWER on IntegriCloud