summaryrefslogtreecommitdiff
path: root/security/pgp2/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1998-08-26 02:42:02 +0000
committerkim <kim@pkgsrc.org>1998-08-26 02:42:02 +0000
commitb65aa99979708f13d9cb04f19ff7aefa9e88b972 (patch)
tree7eeca7b75d47715301e4a2e2aeef1d36cbfa2405 /security/pgp2/Makefile
parent9ea750478c96b5642b450bda78a70d5f618601e7 (diff)
downloadpkgsrc-b65aa99979708f13d9cb04f19ff7aefa9e88b972.tar.gz
PGPLIB has datafiles, not libraries, so make it share/pgp instead of lib/pgp.
Diffstat (limited to 'security/pgp2/Makefile')
-rw-r--r--security/pgp2/Makefile4
1 files changed, 2 insertions, 2 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