diff options
author | mat <mat@FreeBSD.org> | 2016-06-28 20:15:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-28 20:15:09 +0800 |
commit | 79cd036d95e7b1b6e1a5cb5607d5237d2cef993b (patch) | |
tree | 30f21dec34cc9e102b09ec24b3be22a8f6b830bc /lang | |
parent | b4bad53f139f72041ae6f41d4c2d71787007f444 (diff) | |
download | freebsd-ports-gnome-79cd036d95e7b1b6e1a5cb5607d5237d2cef993b.tar.gz freebsd-ports-gnome-79cd036d95e7b1b6e1a5cb5607d5237d2cef993b.tar.zst freebsd-ports-gnome-79cd036d95e7b1b6e1a5cb5607d5237d2cef993b.zip |
Remove commented out include.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rexx-regutil/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/rexx-regutil/Makefile b/lang/rexx-regutil/Makefile index b021df95e46b..7e2acd8e5cea 100644 --- a/lang/rexx-regutil/Makefile +++ b/lang/rexx-regutil/Makefile @@ -34,8 +34,6 @@ PORTEXAMPLES= *.rex OPTIONS_DEFINE= DOCS EXAMPLES -#include <bsd.options.mk> - do-install: ${INSTALL_LIB} ${WRKSRC}/librexxutil.so ${STAGEDIR}${PREFIX}/lib/ ${INSTALL_MAN} ${WRKDIR}/regutil.1 ${STAGEDIR}${PREFIX}/man/man1/ |