diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 02:43:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 02:43:51 +0000 |
commit | 8de0a40be79f0058771b27f2503838a4ba2ace85 (patch) | |
tree | 938173678a698c79d4546c0949121c273c12462a /irc | |
parent | e770a013a02d55eeac16f7a0b3e1052b218481fd (diff) | |
download | ports-8de0a40be79f0058771b27f2503838a4ba2ace85.tar.gz ports-8de0a40be79f0058771b27f2503838a4ba2ace85.zip |
Notes
Diffstat (limited to 'irc')
-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> |