diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:29 +0800 |
commit | 00f056fc246fee51a4229ac3b99c51cb41af81f2 (patch) | |
tree | 07a6f1891d0683429947e6bf12870a5196ff6e64 /devel | |
parent | 4a581d0f4a968604d340957eea7d51df94973bb7 (diff) | |
download | freebsd-ports-graphics-00f056fc246fee51a4229ac3b99c51cb41af81f2.tar.gz freebsd-ports-graphics-00f056fc246fee51a4229ac3b99c51cb41af81f2.tar.zst freebsd-ports-graphics-00f056fc246fee51a4229ac3b99c51cb41af81f2.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsspam/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/cvsspam/Makefile b/devel/cvsspam/Makefile index ecf3ee6cafc..3ca44068c07 100644 --- a/devel/cvsspam/Makefile +++ b/devel/cvsspam/Makefile @@ -19,8 +19,6 @@ PORTDOCS= COPYING CREDITS TODO cvsspam-doc.html cvsspam-doc.pdf OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: .for f in collect_diffs.rb cvsspam.rb record_lastdir.rb @${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' \ |