diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:39:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:39:02 +0000 |
commit | eccb905f87e98c7df1421a5cb7d369a676072b1d (patch) | |
tree | b8b93e6bc58d557ed76b37734de461823a175707 /audio/mikmod | |
parent | c50fa93c9dc2fdec1e657589b7e692ec74b62f6a (diff) |
Notes
Diffstat (limited to 'audio/mikmod')
-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 81ab7a954f79..293bb2a32ae0 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} |