Date: Sun, 19 Jan 2014 12:41:08 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340273 - head/irc/dircproxy Message-ID: <201401191241.s0JCf8pX001960@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Sun Jan 19 12:41:08 2014 New Revision: 340273 URL: http://svnweb.freebsd.org/changeset/ports/340273 QAT: https://qat.redports.org/buildarchive/r340273/ Log: Fix pkg-plist for dircproxy Modified: head/irc/dircproxy/Makefile head/irc/dircproxy/pkg-plist Modified: head/irc/dircproxy/Makefile ============================================================================== --- head/irc/dircproxy/Makefile Sun Jan 19 12:29:37 2014 (r340272) +++ head/irc/dircproxy/Makefile Sun Jan 19 12:41:08 2014 (r340273) @@ -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> Modified: head/irc/dircproxy/pkg-plist ============================================================================== --- head/irc/dircproxy/pkg-plist Sun Jan 19 12:29:37 2014 (r340272) +++ head/irc/dircproxy/pkg-plist Sun Jan 19 12:41:08 2014 (r340273) @@ -1,5 +1,7 @@ bin/dircproxy bin/dircproxy-crypt +man/man1/dircproxy.1.gz +man/man1/dircproxy-crypt.1.gz %%DATADIR%%/cronchk.sh %%DATADIR%%/dircproxyrc.sample %%DATADIR%%/log.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401191241.s0JCf8pX001960>