diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:38:57 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:38:57 +0800 |
commit | 576aca1541cffa7b9cf498566f1d504c30e2d42c (patch) | |
tree | 0bc172fe23d5a0902b8b471c2f48692d95e40996 /audio | |
parent | da33dca134bd0e70b63abcdc0e1e655680044525 (diff) | |
download | freebsd-ports-graphics-576aca1541cffa7b9cf498566f1d504c30e2d42c.tar.gz freebsd-ports-graphics-576aca1541cffa7b9cf498566f1d504c30e2d42c.tar.zst freebsd-ports-graphics-576aca1541cffa7b9cf498566f1d504c30e2d42c.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/malint/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/malint/Makefile b/audio/malint/Makefile index f0a2735f018..d04dc0b480d 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} |