diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/podcastamatic | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Notes
Notes:
svn path=/head/; revision=327776
Diffstat (limited to 'www/podcastamatic')
-rw-r--r-- | www/podcastamatic/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/podcastamatic/Makefile b/www/podcastamatic/Makefile index 7033472d4e87..9e67014431da 100644 --- a/www/podcastamatic/Makefile +++ b/www/podcastamatic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: podcastamatic -# Date created: 12 July 2005 -# Whom: lars.eggert@gmx.net -# +# Created by: lars.eggert@gmx.net # $FreeBSD$ -# PORTNAME= podcastamatic PORTVERSION= 1.3 @@ -25,6 +21,7 @@ USE_PERL5= run NO_BUILD= yes +NO_STAGE= yes do-patch: @${REINPLACE_CMD} -e "s|${PORTNAME}.conf|${PREFIX}/etc/${PORTNAME}.conf|"\ ${WRKSRC}/${PORTNAME}.pl |