diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-27 22:34:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-27 22:34:11 +0800 |
commit | 740d08199084a22ce94a934aca06bafde8541623 (patch) | |
tree | d54bf140af9de7bc84d2f9031a0ab0e12dd8537d /dns | |
parent | a5f75c239e7ceb1ace26c058e09a0d4e9e11e12e (diff) | |
download | freebsd-ports-gnome-740d08199084a22ce94a934aca06bafde8541623.tar.gz freebsd-ports-gnome-740d08199084a22ce94a934aca06bafde8541623.tar.zst freebsd-ports-gnome-740d08199084a22ce94a934aca06bafde8541623.zip |
Support staging
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ipcheck/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/ipcheck/Makefile b/dns/ipcheck/Makefile index 1950e26e5b1e..d3969dd3da7c 100644 --- a/dns/ipcheck/Makefile +++ b/dns/ipcheck/Makefile @@ -19,15 +19,16 @@ LICENSE= GPLv2 USE_PYTHON= yes NO_WRKSUBDIR= yes NO_BUILD= yes + PLIST_FILES= bin/ipcheck.py -NO_STAGE= yes do-patch: @${SED} \ -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \ -e "s!ppp0!tun0!" \ ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME} do-install: - @${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py + ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.py .include <bsd.port.mk> |