diff options
author | wes <wes@FreeBSD.org> | 2009-12-11 14:57:20 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2009-12-11 14:57:20 +0800 |
commit | a5e58c2827ccf52a718f78e4986625202f9d9b9c (patch) | |
tree | 634e04fc016a70f2d216a1946b8b046bcd94f7aa /lang | |
parent | 76e4f808e716c56d758ad8388d32b07690799e24 (diff) | |
download | freebsd-ports-graphics-a5e58c2827ccf52a718f78e4986625202f9d9b9c.tar.gz freebsd-ports-graphics-a5e58c2827ccf52a718f78e4986625202f9d9b9c.tar.zst freebsd-ports-graphics-a5e58c2827ccf52a718f78e4986625202f9d9b9c.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')
-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 ca05e0a3004..bfcb74021bb 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> |