diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-10-12 22:45:34 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-10-12 22:45:34 +0000 |
commit | 7d56e9b0462590320023fb6e1d1676a3b088d9df (patch) | |
tree | b95f57894a733e2c6a22921aa24527064151a16d /security/pgp/Makefile | |
parent | Remove stale URL. (diff) |
Finally convert to new ports scheme, remove usa/non-usa stuff, package default
conf files too
Notes
Notes:
svn path=/head/; revision=33746
Diffstat (limited to 'security/pgp/Makefile')
-rw-r--r-- | security/pgp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index e2e7b5141299..5feee70409b8 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 |