svn commit: r345936 - head/print/bibcursed

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 08:58:18 UTC 2014


Author: ehaupt
Date: Tue Feb 25 08:58:18 2014
New Revision: 345936
URL: http://svnweb.freebsd.org/changeset/ports/345936
QAT: https://qat.redports.org/buildarchive/r345936/

Log:
  Support staging

Modified:
  head/print/bibcursed/Makefile

Modified: head/print/bibcursed/Makefile
==============================================================================
--- head/print/bibcursed/Makefile	Tue Feb 25 08:56:13 2014	(r345935)
+++ head/print/bibcursed/Makefile	Tue Feb 25 08:58:18 2014	(r345936)
@@ -13,15 +13,13 @@ COMMENT=	A simple curses-based editor fo
 
 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>


More information about the svn-ports-head mailing list