aboutsummaryrefslogtreecommitdiff
path: root/dns/dhisd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:31:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:31:57 +0000
commit24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch)
treec2a277255180b245cfa87a4181d9de646edc05c4 /dns/dhisd
parentcf104c570b6057a060aff137032968074d18b40d (diff)
downloadports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.tar.gz
ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: dns)
Notes
Notes: svn path=/head/; revision=327719
Diffstat (limited to 'dns/dhisd')
-rw-r--r--dns/dhisd/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile
index 87e9461aff60..45b4e6d87130 100644
--- a/dns/dhisd/Makefile
+++ b/dns/dhisd/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dhisd
-# Date created: Sun Feb 25 21:13:59 CET 2001
-# Whom: Bas Kruit <baskruit@bsltwr.dhis.org>
-#
+# Created by: Bas Kruit <baskruit@bsltwr.dhis.org>
# $FreeBSD$
-#
PORTNAME= dhisd
PORTVERSION= 5.1
@@ -21,6 +17,7 @@ LDFLAGS+= -L${PREFIX}/lib
DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README
+NO_STAGE= yes
post-patch:
${CP} ${FILESDIR}/dhisd.sh ${WRKSRC}/dhisd.sh
cd ${WRKSRC} && ${REINPLACE_CMD} -e "s^__PREFIX__^${PREFIX}^g" \