diff options
author | ache <ache@FreeBSD.org> | 1996-01-04 04:35:17 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-01-04 04:35:17 +0000 |
commit | 8be1469ff03265919525a50019eff4ddc4764481 (patch) | |
tree | a2b0917e965fe772d2a4d4acd316a88a2ca4a327 /security/pgp5 | |
parent | ef3c81c3ef07fbc78ee5ce8f251f257abbbb6db7 (diff) | |
download | FreeBSD-ports-8be1469ff03265919525a50019eff4ddc4764481.zip FreeBSD-ports-8be1469ff03265919525a50019eff4ddc4764481.tar.gz |
Upgrade to next international beta snapshot
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 9 | ||||
-rw-r--r-- | security/pgp5/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index b78a0d1..2a30dac 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.11 1995/12/02 23:16:55 ache Exp $ +# $Id: Makefile,v 1.12 1995/12/06 10:42:18 markm Exp $ # CATEGORIES+= security @@ -13,7 +13,6 @@ CATEGORIES+= security DISTNAME= pgp262s MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/src NO_PACKAGE= YES MAKEFILE= makefile ALL_TARGET= freebsd @@ -23,12 +22,12 @@ IS_INTERACTIVE= YES do-install: cd ${WRKSRC}; install -c -o bin -g bin -m 555 pgp ${PREFIX}/bin - cd ${WRKDIR}/doc; \ + cd ${WRKSRC}/../doc; \ install -c -o bin -g bin -m 444 pgp.1 ${PREFIX}/man/man1 -mkdir -p ${PGPLIB} chown bin.bin ${PGPLIB} chmod 555 ${PGPLIB} - cd ${WRKDIR}; \ + cd ${WRKSRC}/..; \ install -c -o bin -g bin -m 444 pgp.hlp \ doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}; \ [ -f ${PGPLIB}/language.txt ] || \ @@ -49,6 +48,7 @@ DISTNAME= pgp262s PKGNAME= pgp-2.6.2 MASTER_SITES= ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/ EXTRACT_SUFX= .zip +WRKSRC= ${WRKDIR}/src BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip EXTRACT_CMD= unzip @@ -69,6 +69,7 @@ PKGNAME= pgp-2.6.3i MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/incoming/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ EXTRACT_SUFX= .tgz +WRKSRC= ${WRKDIR}/pgp263i/src FILESDIR= ${.CURDIR}/files.non_usa PATCHDIR= ${.CURDIR}/patches.non_usa diff --git a/security/pgp5/distinfo b/security/pgp5/distinfo index 8f506c8..5375bfd 100644 --- a/security/pgp5/distinfo +++ b/security/pgp5/distinfo @@ -1 +1 @@ -MD5 (pgp263i-dev.tgz) = 2e8b5d57b1b5d4512b0bd0baed762bc0 +MD5 (pgp263i-dev.tgz) = 23e0e37e273ae50af9404e41c77798ff |