svn commit: r346050 - head/textproc/smu

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 17:21:16 UTC 2014


Author: ehaupt
Date: Tue Feb 25 17:21:15 2014
New Revision: 346050
URL: http://svnweb.freebsd.org/changeset/ports/346050
QAT: https://qat.redports.org/buildarchive/r346050/

Log:
  Support staging

Modified:
  head/textproc/smu/Makefile

Modified: head/textproc/smu/Makefile
==============================================================================
--- head/textproc/smu/Makefile	Tue Feb 25 17:20:25 2014	(r346049)
+++ head/textproc/smu/Makefile	Tue Feb 25 17:21:15 2014	(r346050)
@@ -13,15 +13,13 @@ COMMENT=	A simple interpreter for a simp
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-MAN1=	smu.1
-PLIST_FILES=	bin/smu
+PLIST_FILES=	bin/smu man/man1/smu.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/config.mk
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/smu ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/smu.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/smu ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/smu.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list