diff options
Diffstat (limited to 'net/delegate/Makefile')
-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 \ |