diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 11:47:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 11:47:05 +0800 |
commit | ab32c8a5299d6e6e09e53bc98c23a26e07bc90b7 (patch) | |
tree | 2e7984908a35aa8f2fe08ea2a523a09ff9e3db25 /audio/ifp-line | |
parent | e59a4b143e5a81be22c10888ea69fd7b283547b2 (diff) | |
download | freebsd-ports-gnome-ab32c8a5299d6e6e09e53bc98c23a26e07bc90b7.tar.gz freebsd-ports-gnome-ab32c8a5299d6e6e09e53bc98c23a26e07bc90b7.tar.zst freebsd-ports-gnome-ab32c8a5299d6e6e09e53bc98c23a26e07bc90b7.zip |
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
Diffstat (limited to 'audio/ifp-line')
-rw-r--r-- | audio/ifp-line/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile index 40e3548a8ee0..fcc31ad0af65 100644 --- a/audio/ifp-line/Makefile +++ b/audio/ifp-line/Makefile @@ -22,6 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib -lusb PLIST_FILES= bin/ifp man/man1/ifp.1.gz PORTDOCS= NEWS README TIPS nonroot.sh +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e \ '/LIBUSB/s|ERROR|WARN|' ${WRKSRC}/configure.ac |