aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-18 18:32:28 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-18 18:32:28 +0800
commit14dc077ce4da00e06a627d44d0b7e1abb0383216 (patch)
tree981594d20a9d534e06fed81ca7181fcb994f4182
parent2466ab98a4d8f1b26fd6f149b80e05aeaa63336b (diff)
downloadfreebsd-ports-gnome-14dc077ce4da00e06a627d44d0b7e1abb0383216.tar.gz
freebsd-ports-gnome-14dc077ce4da00e06a627d44d0b7e1abb0383216.tar.zst
freebsd-ports-gnome-14dc077ce4da00e06a627d44d0b7e1abb0383216.zip
Support staging.
-rw-r--r--devel/mph/Makefile5
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>