diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 11:18:26 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 11:18:26 +0800 |
commit | c6941c482ece145e97bdb2cd8f5ae1f8938298ea (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /textproc/py-dsv | |
parent | fa4bf2ee1d039ae33718a8286802e7bf7ceb3387 (diff) | |
download | freebsd-ports-gnome-c6941c482ece145e97bdb2cd8f5ae1f8938298ea.tar.gz freebsd-ports-gnome-c6941c482ece145e97bdb2cd8f5ae1f8938298ea.tar.zst freebsd-ports-gnome-c6941c482ece145e97bdb2cd8f5ae1f8938298ea.zip |
Add DOCS option where PORTDOCS is in plist.
Diffstat (limited to 'textproc/py-dsv')
-rw-r--r-- | textproc/py-dsv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-dsv/Makefile b/textproc/py-dsv/Makefile index f408bc145345..57cc5133cacc 100644 --- a/textproc/py-dsv/Makefile +++ b/textproc/py-dsv/Makefile @@ -16,6 +16,8 @@ USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes DSV_BASEDIR= ${PYTHONPREFIX_SITELIBDIR}/DSV +OPTIONS_DEFINE= DOCS + post-install: @${PRINTF} '#!/bin/sh\n${PYTHON_CMD} ${DSV_BASEDIR}/DSV.py "$$@"\n' \ >${WRKDIR}/DSV.sh |