diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 22:33:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 22:33:05 +0800 |
commit | 7cf79704ca9b0697d7e39fd333852cb6024adaa9 (patch) | |
tree | d145c5773f0cb045aebe6859c7c594bc6dd1ee27 /audio/p5-Shout | |
parent | 2bb955beb71e2012c3a9b6a1b281eac6a8a11db0 (diff) | |
download | freebsd-ports-gnome-7cf79704ca9b0697d7e39fd333852cb6024adaa9.tar.gz freebsd-ports-gnome-7cf79704ca9b0697d7e39fd333852cb6024adaa9.tar.zst freebsd-ports-gnome-7cf79704ca9b0697d7e39fd333852cb6024adaa9.zip |
Remove superfluous inclusion of bsd.port.options.mk
Notified by: mat
Diffstat (limited to 'audio/p5-Shout')
-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 2c22c9f8d01a..9aede331e5e8 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} |