diff options
author | ache <ache@FreeBSD.org> | 1995-09-24 19:12:06 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-24 19:12:06 +0000 |
commit | 2322aa1c6fd754f0f1281a29ffca73edd746d6b0 (patch) | |
tree | c5298f7c9f07783128bb3d405d0f783581df1020 /security | |
parent | 1612feb81e434d029b3345b4385188c0057ed331 (diff) | |
download | FreeBSD-ports-2322aa1c6fd754f0f1281a29ffca73edd746d6b0.zip FreeBSD-ports-2322aa1c6fd754f0f1281a29ffca73edd746d6b0.tar.gz |
Overwrite fetch-depends target instead of old exec_depends
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp/Makefile | 4 | ||||
-rw-r--r-- | security/pgp5/Makefile | 4 | ||||
-rw-r--r-- | security/pgp6/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 95cebff..8a24648 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1995/09/15 21:10:06 ache Exp $ +# $Id: Makefile,v 1.6 1995/09/23 17:26:19 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 -exec_depends: +fetch-depends: @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 diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 95cebff..8a24648 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1995/09/15 21:10:06 ache Exp $ +# $Id: Makefile,v 1.6 1995/09/23 17:26:19 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 -exec_depends: +fetch-depends: @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 diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 95cebff..8a24648 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1995/09/15 21:10:06 ache Exp $ +# $Id: Makefile,v 1.6 1995/09/23 17:26:19 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 -exec_depends: +fetch-depends: @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 |