diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 04:50:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 04:50:57 +0800 |
commit | 1501b6b943ee42d59492aa3a88b2e2599996f827 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/spamcalc | |
parent | ca750eda17f060351292e720fde6fa7a3a6f7c96 (diff) | |
download | freebsd-ports-gnome-1501b6b943ee42d59492aa3a88b2e2599996f827.tar.gz freebsd-ports-gnome-1501b6b943ee42d59492aa3a88b2e2599996f827.tar.zst freebsd-ports-gnome-1501b6b943ee42d59492aa3a88b2e2599996f827.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: misc)
Diffstat (limited to 'misc/spamcalc')
-rw-r--r-- | misc/spamcalc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/spamcalc/Makefile b/misc/spamcalc/Makefile index aaaf5baa0109..0cd572d809b5 100644 --- a/misc/spamcalc/Makefile +++ b/misc/spamcalc/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: spamcalc -# Date created: 13 August 2002 -# Whom: Harold Gutch <logix@foobar.franken.de> -# +# Created by: Harold Gutch <logix@foobar.franken.de> # $FreeBSD$ PORTNAME= spamcalc @@ -16,6 +13,7 @@ COMMENT= Calculates "DNS-spam"-values for hostnames USES= perl5 +NO_STAGE= yes do-build: ${REINPLACE_CMD} -e "s,sc.conf,${PREFIX}/etc/spamcalc.conf," \ ${WRKSRC}/sc.pl |