diff options
author | kim <kim@pkgsrc.org> | 1998-08-26 02:42:02 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-08-26 02:42:02 +0000 |
commit | b65aa99979708f13d9cb04f19ff7aefa9e88b972 (patch) | |
tree | 7eeca7b75d47715301e4a2e2aeef1d36cbfa2405 /security/pgp2 | |
parent | 9ea750478c96b5642b450bda78a70d5f618601e7 (diff) | |
download | pkgsrc-b65aa99979708f13d9cb04f19ff7aefa9e88b972.tar.gz |
PGPLIB has datafiles, not libraries, so make it share/pgp instead of lib/pgp.
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 4 | ||||
-rw-r--r-- | security/pgp2/pkg/PLIST | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 14a731bdab8..373fde6dfb5 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/08/23 20:49:18 frueauf Exp $ +# $NetBSD: Makefile,v 1.14 1998/08/26 02:42:02 kim Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -30,7 +30,7 @@ CFLAGS= RESTRICTED= "Cryptographic software" MIRROR_DISTFILE=no -PGPLIB= ${PREFIX}/lib/pgp +PGPLIB= ${PREFIX}/share/pgp CFLAGS+= -DPGP_SYSTEM_DIR=\\\"${PGPLIB}/\\\" IS_INTERACTIVE= yes diff --git a/security/pgp2/pkg/PLIST b/security/pgp2/pkg/PLIST index 753c1ef97ee..ee8ae4ae02c 100644 --- a/security/pgp2/pkg/PLIST +++ b/security/pgp2/pkg/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/03/18 01:51:14 tv Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/08/26 02:42:03 kim Exp $ bin/pgp man/man1/pgp.1.gz -lib/pgp/de.hlp -lib/pgp/en.hlp -lib/pgp/es.hlp -lib/pgp/fr.hlp -lib/pgp/pgp.hlp -lib/pgp/pgpdoc1.txt -lib/pgp/pgpdoc2.txt -lib/pgp/language.txt -lib/pgp/config.txt -@dirrm lib/pgp +share/pgp/de.hlp +share/pgp/en.hlp +share/pgp/es.hlp +share/pgp/fr.hlp +share/pgp/pgp.hlp +share/pgp/pgpdoc1.txt +share/pgp/pgpdoc2.txt +share/pgp/language.txt +share/pgp/config.txt +@dirrm share/pgp |