diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-18 10:32:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-18 10:32:28 +0000 |
commit | dda105a1e88e9c2f89fda252cb0fc5ec10febdcf (patch) | |
tree | 981594d20a9d534e06fed81ca7181fcb994f4182 /devel/mph/Makefile | |
parent | e89c78f2312461dc4bb78ad7cc340e845d251f82 (diff) |
Notes
Diffstat (limited to 'devel/mph/Makefile')
-rw-r--r-- | devel/mph/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/mph/Makefile b/devel/mph/Makefile index 469c5ffedd5d..b3ad618a91a7 100644 --- a/devel/mph/Makefile +++ b/devel/mph/Makefile @@ -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 generator 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> |