diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-26 10:43:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-26 10:43:51 +0800 |
commit | 4c2096ea0bab68eda063ec6cea59e1678c5ed8f9 (patch) | |
tree | 938173678a698c79d4546c0949121c273c12462a /irc/dircproxy | |
parent | 6c52aad80f3e1e0757435f414b26627b1884686a (diff) | |
download | freebsd-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/Makefile | 3 |
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> |