diff options
author | Wes Peters <wes@FreeBSD.org> | 2009-12-11 14:57:20 +0800 |
---|---|---|
committer | Wes Peters <wes@FreeBSD.org> | 2009-12-11 14:57:20 +0800 |
commit | f1ab22d10ededb1d8480d5a069ecb892e0e23fac (patch) | |
tree | 0da30610f2f6cc82ecbea97b48ebec9cd5fd979c /lang/snobol4 | |
parent | 24b141f49181acf64b523ff8899b92b77d392245 (diff) | |
download | freebsd-ports-gnome-f1ab22d10ededb1d8480d5a069ecb892e0e23fac.tar.gz freebsd-ports-gnome-f1ab22d10ededb1d8480d5a069ecb892e0e23fac.tar.zst freebsd-ports-gnome-f1ab22d10ededb1d8480d5a069ecb892e0e23fac.zip |
Mentioning the man pages here causes failures in building packages,
so zot them. They're already covered by 'make install' and pkg-plist.
Diffstat (limited to 'lang/snobol4')
-rw-r--r-- | lang/snobol4/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/snobol4/Makefile b/lang/snobol4/Makefile index ca05e0a30046..bfcb74021bbf 100644 --- a/lang/snobol4/Makefile +++ b/lang/snobol4/Makefile @@ -16,7 +16,4 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_GMAKE= yes -MAN1= snobol4.1 -MAN3= snolib.3 snobol4dbm.3 snobol4tcl.3 - .include <bsd.port.mk> |