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/nanoblogger | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) |
Notes
Diffstat (limited to 'www/nanoblogger')
-rw-r--r-- | www/nanoblogger/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/nanoblogger/Makefile b/www/nanoblogger/Makefile index c8e7f01da802..c68f5b99aebc 100644 --- a/www/nanoblogger/Makefile +++ b/www/nanoblogger/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: nanoblogger -# Date created: Jul 15, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= nanoblogger PORTVERSION= 3.4.2 @@ -21,6 +16,7 @@ NO_BUILD= yes SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/nb @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/nb |