aboutsummaryrefslogtreecommitdiffstats
path: root/irc/dircproxy
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-26 10:43:51 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-26 10:43:51 +0800
commit4c2096ea0bab68eda063ec6cea59e1678c5ed8f9 (patch)
tree938173678a698c79d4546c0949121c273c12462a /irc/dircproxy
parent6c52aad80f3e1e0757435f414b26627b1884686a (diff)
downloadfreebsd-ports-gnome-4c2096ea0bab68eda063ec6cea59e1678c5ed8f9.tar.gz
freebsd-ports-gnome-4c2096ea0bab68eda063ec6cea59e1678c5ed8f9.tar.zst
freebsd-ports-gnome-4c2096ea0bab68eda063ec6cea59e1678c5ed8f9.zip
- Remove deprecated and unused MAN1 knob
- Don't hardcode make command Approved by: portmgr blanket
Diffstat (limited to 'irc/dircproxy')
-rw-r--r--irc/dircproxy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile
index b7b07899735c..4a81fd6aa03c 100644
--- a/irc/dircproxy/Makefile
+++ b/irc/dircproxy/Makefile
@@ -16,9 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
-MAN1= dircproxy.1 dircproxy-crypt.1
post-install:
- @cd ${WRKSRC}/doc && make install-man DESTDIR=${STAGEDIR}
+ @cd ${WRKSRC}/doc && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR}
.include <bsd.port.mk>