diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 13:38:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 13:38:51 +0000 |
commit | 7324bd7296e9f513b285f379c850c6da12caf668 (patch) | |
tree | e588147ab5b69660447cd18b08ca5a58f1b7ad5e /net/delegate | |
parent | 2c194455ca319a4609dc2a16e0c8536c0be0d980 (diff) | |
download | ports-7324bd7296e9f513b285f379c850c6da12caf668.tar.gz ports-7324bd7296e9f513b285f379c850c6da12caf668.zip |
* Disable stripping of delegated binary, since it causes
internal checksums to fail
* Bump PORTREVISION
PR: 112582
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=192711
Diffstat (limited to 'net/delegate')
-rw-r--r-- | net/delegate/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index b084d097d0dd..44af7355963b 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -7,6 +7,7 @@ PORTNAME= delegate PORTVERSION= 9.5.6 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= ftp://www.delegate.org/pub/DeleGate/ \ ftp://ftp.delegate.org/pub/DeleGate/ @@ -19,6 +20,9 @@ IS_INTERACTIVE= YES PORTDOCS= Manual.htm tutor-jp.htm tutor-en.htm PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist +# Strip breaks binary checksumming +STRIP= + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin ${INSTALL_SCRIPT} ${FILESDIR}/delegated.sh \ |