aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gstopd
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-25 21:38:09 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-25 21:38:09 +0800
commit631c8df759bbab4de9cb2a10ee609f4014c9a2a9 (patch)
tree49a266fff3d9e6a567e58d83754b26b3ee959ac1 /sysutils/gstopd
parent35143555a64e8de87d04502f0e26e266d7673af8 (diff)
downloadfreebsd-ports-gnome-631c8df759bbab4de9cb2a10ee609f4014c9a2a9.tar.gz
freebsd-ports-gnome-631c8df759bbab4de9cb2a10ee609f4014c9a2a9.tar.zst
freebsd-ports-gnome-631c8df759bbab4de9cb2a10ee609f4014c9a2a9.zip
Support staging
Diffstat (limited to 'sysutils/gstopd')
-rw-r--r--sysutils/gstopd/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/gstopd/Makefile b/sysutils/gstopd/Makefile
index c47f328220bd..6cfda4aba35c 100644
--- a/sysutils/gstopd/Makefile
+++ b/sysutils/gstopd/Makefile
@@ -4,18 +4,16 @@
PORTNAME= gstopd
PORTVERSION= 1.1
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= mr
MAINTAINER= mr@FreeBSD.org
COMMENT= GEOM stop daemon
-MAN8= gstopd.8
-PLIST_FILES= sbin/gstopd
+PLIST_FILES= sbin/gstopd man/man8/gstopd.8.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gstopd ${LOCALBASE}/sbin
- ${INSTALL_MAN} ${WRKSRC}/gstopd.8 ${LOCALBASE}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/gstopd ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/gstopd.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>