diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 09:58:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 09:58:03 +0000 |
commit | 7ca417ab9954c5bc5e94b97d757588959a07b803 (patch) | |
tree | be18f583fb08bb74bde4ec67823d00184498e9ca /news/nnap | |
parent | 288c4623f6ba3ad7924848b42fbdea4e0e3e0348 (diff) |
Notes
Diffstat (limited to 'news/nnap')
-rw-r--r-- | news/nnap/Makefile | 3 |
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> |