svn commit: r346157 - head/textproc/opensched

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 09:06:07 UTC 2014


Author: ehaupt
Date: Wed Feb 26 09:06:07 2014
New Revision: 346157
URL: http://svnweb.freebsd.org/changeset/ports/346157
QAT: https://qat.redports.org/buildarchive/r346157/

Log:
  Support staging

Modified:
  head/textproc/opensched/Makefile

Modified: head/textproc/opensched/Makefile
==============================================================================
--- head/textproc/opensched/Makefile	Wed Feb 26 09:04:31 2014	(r346156)
+++ head/textproc/opensched/Makefile	Wed Feb 26 09:06:07 2014	(r346157)
@@ -12,15 +12,15 @@ COMMENT=	A project scheduler
 
 LICENSE=	GPLv2
 
-USE_GMAKE=	yes
+USES=		gmake
+
 ALL_TARGET=	build
 
-MAN1=		opensched.1
-PLIST_FILES=	bin/opensched
+PLIST_FILES=	bin/opensched man/man1/opensched.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/opensched ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/doc/opensched.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/src/opensched ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/doc/opensched.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list