diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-02-19 19:23:30 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-02-19 19:23:30 +0000 |
commit | 6b315feb08ef94d54a49148359c03e537e10fed9 (patch) | |
tree | ceccbeab01eb448624ae39b868d58afb62828426 /net/delegate | |
parent | c4399c5e6140834302ac2fc8625d581be8153bd5 (diff) | |
download | ports-6b315feb08ef94d54a49148359c03e537e10fed9.tar.gz ports-6b315feb08ef94d54a49148359c03e537e10fed9.zip |
Notes
Diffstat (limited to 'net/delegate')
-rw-r--r-- | net/delegate/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 01da33e9f33b..92522fa0cecc 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -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 \ |