aboutsummaryrefslogtreecommitdiff
path: root/news/nnap
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 09:58:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 09:58:03 +0000
commit7ca417ab9954c5bc5e94b97d757588959a07b803 (patch)
treebe18f583fb08bb74bde4ec67823d00184498e9ca /news/nnap
parent288c4623f6ba3ad7924848b42fbdea4e0e3e0348 (diff)
downloadports-7ca417ab9954c5bc5e94b97d757588959a07b803.tar.gz
ports-7ca417ab9954c5bc5e94b97d757588959a07b803.zip
Support stage
Notes
Notes: svn path=/head/; revision=337675
Diffstat (limited to 'news/nnap')
-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>