diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
commit | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch) | |
tree | c2a277255180b245cfa87a4181d9de646edc05c4 /dns/idnkit2 | |
parent | cf104c570b6057a060aff137032968074d18b40d (diff) | |
download | freebsd-ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: dns)
Diffstat (limited to 'dns/idnkit2')
-rw-r--r-- | dns/idnkit2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/idnkit2/Makefile b/dns/idnkit2/Makefile index 83326e48d29b..bc3d926b679e 100644 --- a/dns/idnkit2/Makefile +++ b/dns/idnkit2/Makefile @@ -33,6 +33,7 @@ MAN3= idn_checkname.3 idn_comparenames.3 idn_comparenames2.3 \ MAN5= idn2.conf.5 idn2rc.5 idnalias.conf.5 idnlang.conf.5 MANCOMPRESSED= no +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' \ ${WRKSRC}/configure |