diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 12:15:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 12:15:09 +0000 |
commit | 0c6398c48a82db711e6295e7b08d2bd3b1a50a45 (patch) | |
tree | 30f21dec34cc9e102b09ec24b3be22a8f6b830bc | |
parent | 0862142f4c84342369576843dada212045a088b6 (diff) |
Notes
-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/ |