diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
commit | 580a778a16c548027cb6b56ad3357f1dec74e859 (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/libdnsres | |
parent | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)
Notes
Notes:
svn path=/head/; revision=327724
Diffstat (limited to 'devel/libdnsres')
-rw-r--r-- | devel/libdnsres/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index 863841528d5e..7333749ade76 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdnsres -# Date created: Fri Feb 3 18:15:51 MST 2006 -# Whom: Phil Oleson <oz@nixil.net> -# +# Created by: Phil Oleson <oz@nixil.net> # $FreeBSD$ -# PORTNAME= libdnsres PORTVERSION= 0.1a @@ -29,6 +25,7 @@ MLINKS= dnsres.3 dnsres_init.3 dnsres.3 dnsres_gethostbyname.3 \ dnsres.3 dnsres_gethostbyname2.3 dnsres.3 dnsres_gethostbyaddr.3 \ dnsres.3 dnsres_getaddrinfo.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=, ; s|top_buildir|top_builddir|g' \ ${WRKSRC}/Makefile.in |