diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 17:58:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 17:58:03 +0800 |
commit | 47424f619f3a391378ba2de901018972ddf2dd89 (patch) | |
tree | be18f583fb08bb74bde4ec67823d00184498e9ca | |
parent | ae661403ff9958aceb444717c4fcb759370fffae (diff) | |
download | freebsd-ports-gnome-47424f619f3a391378ba2de901018972ddf2dd89.tar.gz freebsd-ports-gnome-47424f619f3a391378ba2de901018972ddf2dd89.tar.zst freebsd-ports-gnome-47424f619f3a391378ba2de901018972ddf2dd89.zip |
Support stage
-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> |