diff options
author | Martin Matuska <mm@FreeBSD.org> | 2014-01-19 12:41:08 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2014-01-19 12:41:08 +0000 |
commit | c72d9f3da1e0ec2dc93d9975a5039f9f68b78f78 (patch) | |
tree | ba6d9e8fd42af736e0df9042f48821bac8135a0c /irc/dircproxy/Makefile | |
parent | 7aebc60370f688111fc3c69161fa06e2c4f6e130 (diff) | |
download | ports-c72d9f3da1e0ec2dc93d9975a5039f9f68b78f78.tar.gz ports-c72d9f3da1e0ec2dc93d9975a5039f9f68b78f78.zip |
Notes
Diffstat (limited to 'irc/dircproxy/Makefile')
-rw-r--r-- | irc/dircproxy/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile index 0805778f6c78..472d1ef54b6a 100644 --- a/irc/dircproxy/Makefile +++ b/irc/dircproxy/Makefile @@ -3,9 +3,9 @@ PORTNAME= dircproxy DISTVERSION= 1.2.0-RC1 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://dircproxy.googlecode.com/files/ -PKGNAMESUFFIX= -devel MAINTAINER= mm@FreeBSD.org COMMENT= A detachable irc proxy server with many features @@ -16,15 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message - -.if !defined(NO_INSTALL_MANPAGES) MAN1= dircproxy.1 dircproxy-crypt.1 -.endif post-install: -.if !defined(NO_INSTALL_MANPAGES) - @cd ${WRKSRC}/doc && make install-man -.endif + @cd ${WRKSRC}/doc && make install-man DESTDIR=${STAGEDIR} @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |