diff options
-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> |