diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-15 17:28:18 +0800 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-15 17:28:18 +0800 |
commit | 629e7f32fcb8ea8b572541d8c5dea5daf8c3ec4b (patch) | |
tree | 3eac7a0ddc856f9ec65b6647673fc662fc379cca /misc/Makefile | |
parent | d6007581097f32dc7890a880e5dc336e8c85f171 (diff) | |
download | freebsd-ports-gnome-629e7f32fcb8ea8b572541d8c5dea5daf8c3ec4b.tar.gz freebsd-ports-gnome-629e7f32fcb8ea8b572541d8c5dea5daf8c3ec4b.tar.zst freebsd-ports-gnome-629e7f32fcb8ea8b572541d8c5dea5daf8c3ec4b.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 3f4e8aa9ea9c..0f90177dbe87 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> |