diff options
Diffstat (limited to 'www/nanoblogger/Makefile')
-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 |