Fix pkg-plist for dircproxy

This commit is contained in:
Martin Matuska 2014-01-19 12:41:08 +00:00
parent 7aebc60370
commit c72d9f3da1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340273
2 changed files with 4 additions and 7 deletions

View file

@ -3,9 +3,9 @@
PORTNAME= dircproxy PORTNAME= dircproxy
DISTVERSION= 1.2.0-RC1 DISTVERSION= 1.2.0-RC1
PORTREVISION= 1
CATEGORIES= irc CATEGORIES= irc
MASTER_SITES= http://dircproxy.googlecode.com/files/ MASTER_SITES= http://dircproxy.googlecode.com/files/
PKGNAMESUFFIX= -devel
MAINTAINER= mm@FreeBSD.org MAINTAINER= mm@FreeBSD.org
COMMENT= A detachable irc proxy server with many features COMMENT= A detachable irc proxy server with many features
@ -16,15 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
SUB_FILES+= pkg-message SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message
.if !defined(NO_INSTALL_MANPAGES)
MAN1= dircproxy.1 dircproxy-crypt.1 MAN1= dircproxy.1 dircproxy-crypt.1
.endif
post-install: post-install:
.if !defined(NO_INSTALL_MANPAGES) @cd ${WRKSRC}/doc && make install-man DESTDIR=${STAGEDIR}
@cd ${WRKSRC}/doc && make install-man
.endif
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,5 +1,7 @@
bin/dircproxy bin/dircproxy
bin/dircproxy-crypt bin/dircproxy-crypt
man/man1/dircproxy.1.gz
man/man1/dircproxy-crypt.1.gz
%%DATADIR%%/cronchk.sh %%DATADIR%%/cronchk.sh
%%DATADIR%%/dircproxyrc.sample %%DATADIR%%/dircproxyrc.sample
%%DATADIR%%/log.pl %%DATADIR%%/log.pl