aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-25 16:58:18 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-25 16:58:18 +0800
commitfa7060426a86dcf59a7a4a29ebdf6c705bd3e42a (patch)
tree792ad831209a9de2356eeb5e3851e71404984666 /print
parent539a7b500350091daea22dba8b18e264fb487019 (diff)
downloadfreebsd-ports-gnome-fa7060426a86dcf59a7a4a29ebdf6c705bd3e42a.tar.gz
freebsd-ports-gnome-fa7060426a86dcf59a7a4a29ebdf6c705bd3e42a.tar.zst
freebsd-ports-gnome-fa7060426a86dcf59a7a4a29ebdf6c705bd3e42a.zip
Support staging
Diffstat (limited to 'print')
-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>