1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Install copyright to satisfy license and allow package build

- Bump portrevision

Approved by:	chifeng@gmail.com (maintainer)
This commit is contained in:
Beech Rintoul 2009-02-19 19:23:30 +00:00
parent c4399c5e61
commit 6b315feb08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228666

View File

@ -7,6 +7,7 @@
PORTNAME= delegate
PORTVERSION= 9.9.1
PORTREVISION= 1
CATEGORIES= net www
MASTER_SITES= http://www.chifeng.name/dist/delegate/
DISTNAME= ${PORTNAME}${PORTVERSION}
@ -15,8 +16,7 @@ MAINTAINER= chifeng@gmail.com
COMMENT= General purpose TCP/IP proxy system
IS_INTERACTIVE= YES
NO_PACKAGE= Requires user input
PORTDOCS= HowToDG.html Manual.htm tutor-jp.htm tutor-en.htm
PORTDOCS= HowToDG.html Manual.htm tutor-jp.htm tutor-en.htm COPYRIGHT
PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist
SUB_FILES= pkg-message
SUB_LIST= DOCSDIR=${DOCSDIR}
@ -24,6 +24,9 @@ SUB_LIST= DOCSDIR=${DOCSDIR}
# Strip breaks binary checksumming
STRIP=
post-extract:
@cd ${WRKSRC} && ${MV} COPYRIGHT doc/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
${INSTALL_SCRIPT} ${FILESDIR}/delegated.sh \