diff options
author | beech <beech@FreeBSD.org> | 2009-02-20 03:23:30 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-02-20 03:23:30 +0800 |
commit | 46a09fc739bc4c0ab6464812d8b8c5efc3fb6e4f (patch) | |
tree | c71dc0ed291983a4aba34e67a419c4ace8a1cab8 /net | |
parent | 440af7fbdad7ba50b20a6eff392f0ed1c1934496 (diff) | |
download | freebsd-ports-gnome-46a09fc739bc4c0ab6464812d8b8c5efc3fb6e4f.tar.gz freebsd-ports-gnome-46a09fc739bc4c0ab6464812d8b8c5efc3fb6e4f.tar.zst freebsd-ports-gnome-46a09fc739bc4c0ab6464812d8b8c5efc3fb6e4f.zip |
- Install copyright to satisfy license and allow package build
- Bump portrevision
Approved by: chifeng@gmail.com (maintainer)
Diffstat (limited to 'net')
-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 \ |