diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 14:33:05 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 14:33:05 +0000 |
commit | 7cf79704ca9b0697d7e39fd333852cb6024adaa9 (patch) | |
tree | d145c5773f0cb045aebe6859c7c594bc6dd1ee27 | |
parent | 2bb955beb71e2012c3a9b6a1b281eac6a8a11db0 (diff) | |
download | FreeBSD-ports-7cf79704ca9b0697d7e39fd333852cb6024adaa9.zip FreeBSD-ports-7cf79704ca9b0697d7e39fd333852cb6024adaa9.tar.gz |
Remove superfluous inclusion of bsd.port.options.mk
Notified by: mat
-rw-r--r-- | audio/p5-Shout/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/p5-Shout/Makefile b/audio/p5-Shout/Makefile index 2c22c9f..9aede33 100644 --- a/audio/p5-Shout/Makefile +++ b/audio/p5-Shout/Makefile @@ -28,8 +28,6 @@ post-configure: OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Shout/Shout.so ${MKDIR} ${STAGEDIR}${DOCSDIR} |