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/linux-f10-openal/Makefile | |
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/linux-f10-openal/Makefile')
-rw-r--r-- | audio/linux-f10-openal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/linux-f10-openal/Makefile b/audio/linux-f10-openal/Makefile index 5d5b423393da..9af3d1e2b6c1 100644 --- a/audio/linux-f10-openal/Makefile +++ b/audio/linux-f10-openal/Makefile @@ -25,4 +25,6 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING ChangeLog NOTES README TODO DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> |