svn commit: r344862 - head/devel/mph

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 18 10:32:29 UTC 2014


Author: ehaupt
Date: Tue Feb 18 10:32:28 2014
New Revision: 344862
URL: http://svnweb.freebsd.org/changeset/ports/344862
QAT: https://qat.redports.org/buildarchive/r344862/

Log:
  Support staging.

Modified:
  head/devel/mph/Makefile

Modified: head/devel/mph/Makefile
==============================================================================
--- head/devel/mph/Makefile	Tue Feb 18 10:30:59 2014	(r344861)
+++ head/devel/mph/Makefile	Tue Feb 18 10:32:28 2014	(r344862)
@@ -4,7 +4,7 @@
 PORTNAME=	mph
 PORTVERSION=	1.2
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_SUNSITE}
+MASTER_SITES=	SUNSITE
 MASTER_SITE_SUBDIR=	devel/lang/c
 
 MAINTAINER=	chuck at pkix.net
@@ -13,10 +13,9 @@ COMMENT=	Minimal perfect hashing code ge
 BIN_FILES=	emitc mph mphm
 PLIST_FILES=	bin/emitc bin/mph bin/mphm
 
-NO_STAGE=	yes
 do-install:
 .for i in ${BIN_FILES}
-	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin/
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list