aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/patchelf
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-16 11:18:26 +0800
committeradamw <adamw@FreeBSD.org>2014-07-16 11:18:26 +0800
commit9cd1db4fef933674a3b75d6ca4262e0ffe647637 (patch)
tree6cba635ca6a0900686686afe6df65efafe2cb104 /sysutils/patchelf
parent037277c495c4a69f56029e71eecf6838910561c8 (diff)
downloadfreebsd-ports-gnome-9cd1db4fef933674a3b75d6ca4262e0ffe647637.tar.gz
freebsd-ports-gnome-9cd1db4fef933674a3b75d6ca4262e0ffe647637.tar.zst
freebsd-ports-gnome-9cd1db4fef933674a3b75d6ca4262e0ffe647637.zip
Add DOCS option where PORTDOCS is in plist.
Diffstat (limited to 'sysutils/patchelf')
-rw-r--r--sysutils/patchelf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/patchelf/Makefile b/sysutils/patchelf/Makefile
index 5890448cd2f5..b1e9c590f4f9 100644
--- a/sysutils/patchelf/Makefile
+++ b/sysutils/patchelf/Makefile
@@ -12,4 +12,6 @@ COMMENT= Utility to modify the dynamic linker
USES= gmake
GNU_CONFIGURE= yes
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.mk>