aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fb303
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-08-27 03:34:08 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-08-27 03:34:08 +0800
commitc9a5fbac1d54ec3a983f26e01981904d5fcb53aa (patch)
tree9b7831dfb17ac0f5f2616221241c062b26e71c45 /devel/fb303
parent77d94cff6e6e3ca275703209d2eaa3d42db5fc56 (diff)
downloadfreebsd-ports-gnome-c9a5fbac1d54ec3a983f26e01981904d5fcb53aa.tar.gz
freebsd-ports-gnome-c9a5fbac1d54ec3a983f26e01981904d5fcb53aa.tar.zst
freebsd-ports-gnome-c9a5fbac1d54ec3a983f26e01981904d5fcb53aa.zip
- Stagify
Diffstat (limited to 'devel/fb303')
-rw-r--r--devel/fb303/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile
index 87abcf42386b..37c593383db3 100644
--- a/devel/fb303/Makefile
+++ b/devel/fb303/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= APACHE
MASTER_SITE_SUBDIR= thrift/${PORTVERSION}
DISTNAME= thrift-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Facebook Bassline
LICENSE= APACHE20
@@ -31,8 +31,6 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" PYTHON_VER="${PYTHON_VER}"
CONFIGURE_ARGS+= --without-php
-NO_STAGE= yes
-
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang
@@ -44,9 +42,9 @@ post-build:
(cd ${WRKSRC} && ${LOCALBASE}/bin/thrift --gen perl ${WRKSRC}/if/fb303.thrift)
post-install:
- ${MKDIR} ${PREFIX}/${SITE_PERL_REL}/Facebook/FB303
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Facebook/FB303
.for FILE in Constants.pm FacebookService.pm Types.pm
- ${INSTALL_DATA} ${WRKSRC}/gen-perl/Facebook/FB303/${FILE} ${PREFIX}/${SITE_PERL_REL}/Facebook/FB303
+ ${INSTALL_DATA} ${WRKSRC}/gen-perl/Facebook/FB303/${FILE} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Facebook/FB303
.endfor
.include "../thrift/bsd.thrift.mk"