aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-28 02:34:49 +0800
committerbapt <bapt@FreeBSD.org>2013-12-28 02:34:49 +0800
commita44cd6aef3c31f454d4162f84cf5fdac0082acd1 (patch)
treef44db698313d2cac76a3418659b39478f1500476 /sysutils
parentb21da21f6a855620ed56704707d89d186358366a (diff)
downloadfreebsd-ports-gnome-a44cd6aef3c31f454d4162f84cf5fdac0082acd1.tar.gz
freebsd-ports-gnome-a44cd6aef3c31f454d4162f84cf5fdac0082acd1.tar.zst
freebsd-ports-gnome-a44cd6aef3c31f454d4162f84cf5fdac0082acd1.zip
Support stage
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/zfs-snapshot-clean/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/zfs-snapshot-clean/Makefile b/sysutils/zfs-snapshot-clean/Makefile
index d8f27aa8db15..dc61b6cd6a84 100644
--- a/sysutils/zfs-snapshot-clean/Makefile
+++ b/sysutils/zfs-snapshot-clean/Makefile
@@ -8,13 +8,12 @@ MASTER_SITES= http://cloud.github.com/downloads/knu/${PORTNAME}/ \
ftp://ftp.iDaemons.org/pub/distfiles/
MAINTAINER= knu@FreeBSD.org
-COMMENT= A tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean'
+COMMENT= Tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean'
NO_BUILD= yes
PLIST_FILES= sbin/${PORTNAME}
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
.include <bsd.port.mk>