aboutsummaryrefslogtreecommitdiff
path: root/irc/bip
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 15:38:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 15:38:31 +0000
commitc144d6b20f84130ca262b180000f689fd94d2506 (patch)
tree56c900c9f7f0e837be6c71199cc11ec687126c17 /irc/bip
parentf0332dd31c1ce634cb16429da5fe6b80dba08e37 (diff)
downloadports-c144d6b20f84130ca262b180000f689fd94d2506.tar.gz
ports-c144d6b20f84130ca262b180000f689fd94d2506.zip
Notes
Diffstat (limited to 'irc/bip')
-rw-r--r--irc/bip/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile
index e9835f4bd0e8..195d54e1c2ed 100644
--- a/irc/bip/Makefile
+++ b/irc/bip/Makefile
@@ -25,7 +25,9 @@ SUB_FILES= pkg-message
PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO
EXAMPLEFILES= bip.conf bip.vim
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= DOCS EXAMPLES
+
+.include <bsd.port.options.mk>
post-install:
@cd ${WRKSRC} && ${INSTALL} bip.1 ${STAGEDIR}${PREFIX}/man/man1
@@ -47,4 +49,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>