Date: Tue, 18 Feb 2014 10:32:29 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344862 - head/devel/mph Message-ID: <201402181032.s1IAWTgx070727@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181032.s1IAWTgx070727>