diff options
author | ache <ache@FreeBSD.org> | 1994-12-15 17:28:18 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-15 17:28:18 +0800 |
commit | ddfa40cc290a74268fbc42d8d7df1dbaf160fd45 (patch) | |
tree | 9f628e52f0f8f278e87d92b9bb18ccedfa9bf57f /misc/Makefile | |
parent | d600e5c0f87af3f66167d2cb203fc1f0a9eddd4b (diff) | |
download | freebsd-ports-graphics-ddfa40cc290a74268fbc42d8d7df1dbaf160fd45.tar.gz freebsd-ports-graphics-ddfa40cc290a74268fbc42d8d7df1dbaf160fd45.tar.zst freebsd-ports-graphics-ddfa40cc290a74268fbc42d8d7df1dbaf160fd45.zip |
Marks pgp as restricted and remove it
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3f4e8aa9ea9..0f90177dbe8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,6 +1,8 @@ -# $Id: Makefile,v 1.19 1994/12/13 09:09:50 asami Exp $ +# $Id: Makefile,v 1.20 1994/12/14 06:19:06 ache Exp $ +# +# restricted: pgp # SUBDIR= Wnn calc hfs iozone ispell less mshell mtools netpbm \ - pgp top unzip xsysstats zoo screen + top unzip xsysstats zoo screen .include <bsd.port.subdir.mk> |