diff options
author | ache <ache@FreeBSD.org> | 1995-09-25 03:12:06 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-25 03:12:06 +0800 |
commit | 2322aa1c6fd754f0f1281a29ffca73edd746d6b0 (patch) | |
tree | c5298f7c9f07783128bb3d405d0f783581df1020 /security/pgp5 | |
parent | 1612feb81e434d029b3345b4385188c0057ed331 (diff) | |
download | freebsd-ports-gnome-2322aa1c6fd754f0f1281a29ffca73edd746d6b0.tar.gz freebsd-ports-gnome-2322aa1c6fd754f0f1281a29ffca73edd746d6b0.tar.zst freebsd-ports-gnome-2322aa1c6fd754f0f1281a29ffca73edd746d6b0.zip |
Overwrite fetch-depends target instead of old exec_depends
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 95cebff6bc90..8a24648125a4 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 |