diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 17:38:57 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 17:38:57 +0800 |
commit | c50fa93c9dc2fdec1e657589b7e692ec74b62f6a (patch) | |
tree | 0bc172fe23d5a0902b8b471c2f48692d95e40996 /audio/malint | |
parent | efb203770d00da414785eb26e9dadae95d709648 (diff) | |
download | freebsd-ports-gnome-c50fa93c9dc2fdec1e657589b7e692ec74b62f6a.tar.gz freebsd-ports-gnome-c50fa93c9dc2fdec1e657589b7e692ec74b62f6a.tar.zst freebsd-ports-gnome-c50fa93c9dc2fdec1e657589b7e692ec74b62f6a.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'audio/malint')
-rw-r--r-- | audio/malint/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/malint/Makefile b/audio/malint/Makefile index f0a2735f018d..d04dc0b480da 100644 --- a/audio/malint/Makefile +++ b/audio/malint/Makefile @@ -20,8 +20,6 @@ PLIST_FILES= bin/malint OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} |