mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix pkg-plist for dircproxy
This commit is contained in:
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
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue