diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-20 23:18:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-20 23:18:02 +0800 |
commit | 6f9ef9aee12db30e1e5aef48268a9159324fd81c (patch) | |
tree | 082b8571d1af45cce07a043d60ddf7d1b99c566c /mail | |
parent | 67e0b984304e883a0b528f979c48340d87290cdf (diff) | |
download | freebsd-ports-gnome-6f9ef9aee12db30e1e5aef48268a9159324fd81c.tar.gz freebsd-ports-gnome-6f9ef9aee12db30e1e5aef48268a9159324fd81c.tar.zst freebsd-ports-gnome-6f9ef9aee12db30e1e5aef48268a9159324fd81c.zip |
Support staging
Diffstat (limited to 'mail')
-rw-r--r-- | mail/isbg/Makefile | 3 |
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> |