aboutsummaryrefslogtreecommitdiff
path: root/mail/isbg
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:18:02 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:18:02 +0000
commit43b1605b0fe9f405f93d94c6147f5f10a1deaa48 (patch)
tree082b8571d1af45cce07a043d60ddf7d1b99c566c /mail/isbg
parent3d20c45010eddd00e8f5b2e173085fcb7683953c (diff)
downloadports-43b1605b0fe9f405f93d94c6147f5f10a1deaa48.tar.gz
ports-43b1605b0fe9f405f93d94c6147f5f10a1deaa48.zip
Support staging
Notes
Notes: svn path=/head/; revision=348696
Diffstat (limited to 'mail/isbg')
-rw-r--r--mail/isbg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/isbg/Makefile b/mail/isbg/Makefile
index 6e466325a497..c4d72c3c5a19 100644
--- a/mail/isbg/Makefile
+++ b/mail/isbg/Makefile
@@ -21,8 +21,7 @@ USE_PYTHON= yes
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/isbg.py ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKDIR}/isbg.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>