diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-28 14:57:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-28 14:57:24 +0000 |
commit | ec8beab634c807050238f60c176121a447fe3e80 (patch) | |
tree | 013b81a34419d78e8b3458fe6cf16b13b57e643c | |
parent | 60904411deb269db651bae49190b24f8a40126bf (diff) | |
download | ports-ec8beab634c807050238f60c176121a447fe3e80.tar.gz ports-ec8beab634c807050238f60c176121a447fe3e80.zip |
Notes
-rw-r--r-- | security/pgp/Makefile | 5 | ||||
-rw-r--r-- | security/pgp5/Makefile | 5 | ||||
-rw-r--r-- | security/pgp5/distinfo | 2 | ||||
-rw-r--r-- | security/pgp6/Makefile | 5 | ||||
-rw-r--r-- | security/pgp6/distinfo | 2 |
5 files changed, 11 insertions, 8 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index e2e007f2106b..11001a827d03 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1995/09/23 17:26:19 ache Exp $ +# $Id: Makefile,v 1.8 1995/09/25 19:21:31 ache Exp $ # CATEGORIES+= security @@ -36,7 +36,7 @@ do-install: -${PREFIX}/bin/pgp > /dev/null 2>&1 # update .idx file .if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO -fetch-depends: +pre-fetch: @echo @echo You must set variable USA_RESIDENT to YES, if you are USA resident @echo or to NO, if you aren\'t USA resident to build this package @@ -69,6 +69,7 @@ EXTRACT_SUFX= .zip EXTRACT_CMD= unzip EXTRACT_ARGS= -qa FILESDIR= ${.CURDIR}/files.non_usa +PATCHDIR= ${.CURDIR}/patches.non_usa .endif .endif diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index e2e007f2106b..11001a827d03 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1995/09/23 17:26:19 ache Exp $ +# $Id: Makefile,v 1.8 1995/09/25 19:21:31 ache Exp $ # CATEGORIES+= security @@ -36,7 +36,7 @@ do-install: -${PREFIX}/bin/pgp > /dev/null 2>&1 # update .idx file .if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO -fetch-depends: +pre-fetch: @echo @echo You must set variable USA_RESIDENT to YES, if you are USA resident @echo or to NO, if you aren\'t USA resident to build this package @@ -69,6 +69,7 @@ EXTRACT_SUFX= .zip EXTRACT_CMD= unzip EXTRACT_ARGS= -qa FILESDIR= ${.CURDIR}/files.non_usa +PATCHDIR= ${.CURDIR}/patches.non_usa .endif .endif diff --git a/security/pgp5/distinfo b/security/pgp5/distinfo index e79823add7a3..8e0dd9055ec4 100644 --- a/security/pgp5/distinfo +++ b/security/pgp5/distinfo @@ -1 +1 @@ -MD5 (pgp263i-dev.zip) = 2a5d26e573177478485a30bb63ced618 +MD5 (pgp263i-dev.zip) = d0e635b5421bbdd659dcb69e7c5040ce diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index e2e007f2106b..11001a827d03 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1995/09/23 17:26:19 ache Exp $ +# $Id: Makefile,v 1.8 1995/09/25 19:21:31 ache Exp $ # CATEGORIES+= security @@ -36,7 +36,7 @@ do-install: -${PREFIX}/bin/pgp > /dev/null 2>&1 # update .idx file .if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO -fetch-depends: +pre-fetch: @echo @echo You must set variable USA_RESIDENT to YES, if you are USA resident @echo or to NO, if you aren\'t USA resident to build this package @@ -69,6 +69,7 @@ EXTRACT_SUFX= .zip EXTRACT_CMD= unzip EXTRACT_ARGS= -qa FILESDIR= ${.CURDIR}/files.non_usa +PATCHDIR= ${.CURDIR}/patches.non_usa .endif .endif diff --git a/security/pgp6/distinfo b/security/pgp6/distinfo index e79823add7a3..8e0dd9055ec4 100644 --- a/security/pgp6/distinfo +++ b/security/pgp6/distinfo @@ -1 +1 @@ -MD5 (pgp263i-dev.zip) = 2a5d26e573177478485a30bb63ced618 +MD5 (pgp263i-dev.zip) = d0e635b5421bbdd659dcb69e7c5040ce |