aboutsummaryrefslogtreecommitdiff
path: root/print/bibcursed
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:58:18 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:58:18 +0000
commit70cd7785f03d5f95fe47929118fea3df7ab6bca2 (patch)
tree792ad831209a9de2356eeb5e3851e71404984666 /print/bibcursed
parent3dd3da49e4f35187df4d0edf279ee27ab2de506f (diff)
downloadports-70cd7785f03d5f95fe47929118fea3df7ab6bca2.tar.gz
ports-70cd7785f03d5f95fe47929118fea3df7ab6bca2.zip
Support staging
Notes
Notes: svn path=/head/; revision=345936
Diffstat (limited to 'print/bibcursed')
-rw-r--r--print/bibcursed/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/print/bibcursed/Makefile b/print/bibcursed/Makefile
index 665cea3e870a..ca2469f17ee6 100644
--- a/print/bibcursed/Makefile
+++ b/print/bibcursed/Makefile
@@ -13,15 +13,13 @@ COMMENT= A simple curses-based editor for BibTeX bibliography files
WRKSRC= ${WRKDIR}/${PORTNAME}
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/bibcursed man/man1/bibcursed.1.gz
-NO_STAGE= yes
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} -lncurses
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>