diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 11:18:26 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 11:18:26 +0800 |
commit | 9cd1db4fef933674a3b75d6ca4262e0ffe647637 (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /sysutils/wtail | |
parent | 037277c495c4a69f56029e71eecf6838910561c8 (diff) | |
download | freebsd-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/wtail')
-rw-r--r-- | sysutils/wtail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/wtail/Makefile b/sysutils/wtail/Makefile index b17d2d181f3b..ac88d8c9718e 100644 --- a/sysutils/wtail/Makefile +++ b/sysutils/wtail/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.teaser.fr/~amajorel/wtail/ MAINTAINER= mich@FreeBSD.org COMMENT= Wtail does the equivalent of tail -f on several files at once +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wtail ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} |