aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-27 17:58:03 +0800
committerbapt <bapt@FreeBSD.org>2013-12-27 17:58:03 +0800
commit47424f619f3a391378ba2de901018972ddf2dd89 (patch)
treebe18f583fb08bb74bde4ec67823d00184498e9ca
parentae661403ff9958aceb444717c4fcb759370fffae (diff)
downloadfreebsd-ports-gnome-47424f619f3a391378ba2de901018972ddf2dd89.tar.gz
freebsd-ports-gnome-47424f619f3a391378ba2de901018972ddf2dd89.tar.zst
freebsd-ports-gnome-47424f619f3a391378ba2de901018972ddf2dd89.zip
Support stage
-rw-r--r--news/nnap/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/news/nnap/Makefile b/news/nnap/Makefile
index df16c065d894..6ea5f6544a06 100644
--- a/news/nnap/Makefile
+++ b/news/nnap/Makefile
@@ -14,7 +14,6 @@ COMMENT= Nnap is a lightweight NNTP authentication proxy
NO_WRKSUBDIR= yes
PLIST_FILES= sbin/nnap
-NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
@@ -23,6 +22,6 @@ do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${DISTNAME}.c)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>