diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:02 +0800 |
commit | fdafa54009e2b67a28bded176103907c3a19fce0 (patch) | |
tree | b8b93e6bc58d557ed76b37734de461823a175707 /audio | |
parent | 576aca1541cffa7b9cf498566f1d504c30e2d42c (diff) | |
download | freebsd-ports-graphics-fdafa54009e2b67a28bded176103907c3a19fce0.tar.gz freebsd-ports-graphics-fdafa54009e2b67a28bded176103907c3a19fce0.tar.zst freebsd-ports-graphics-fdafa54009e2b67a28bded176103907c3a19fce0.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mikmod/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 81ab7a954f7..293bb2a32ae 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -25,8 +25,6 @@ PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |