diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-10-15 22:02:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-10-15 22:02:32 +0000 |
commit | 3ad176ba7ce9d5ad449f281efb3b906817c3135e (patch) | |
tree | 540dd5adb6bb3d3e67fb40cc08820e51108daeab /net/sixxs-aiccu | |
parent | bad3acfd3aff19a7bb1fa9d07cdd443acc973d87 (diff) | |
download | ports-3ad176ba7ce9d5ad449f281efb3b906817c3135e.tar.gz ports-3ad176ba7ce9d5ad449f281efb3b906817c3135e.zip |
Notes
Diffstat (limited to 'net/sixxs-aiccu')
-rw-r--r-- | net/sixxs-aiccu/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index c917d2fc070b..4e39e4da6721 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -20,7 +20,7 @@ COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client LIB_DEPENDS= gnutls-openssl.40:${PORTSDIR}/security/gnutls LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_FILE= ${WRKSRC}/doc/LICENSE USE_RC_SUBR= sixxs-aiccu USE_GMAKE= yes @@ -32,9 +32,6 @@ WRKSRC= ${WRKDIR}/aiccu BUILD_WRKSRC= ${WRKDIR}/aiccu/unix-console PORTDOCS= README -post-extract: - ${CP} ${WRKSRC}/doc/LICENSE ${WRKSRC}/COPYRIGHT - post-patch: @${REINPLACE_CMD} \ -e 's:verbose true:verbose false:' \ |