aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authortdb <tdb@FreeBSD.org>2014-05-10 06:33:54 +0800
committertdb <tdb@FreeBSD.org>2014-05-10 06:33:54 +0800
commitfb81dcccd2167112eb79881fb0014781f086d3e8 (patch)
tree644f306f0caf8365fbc438a69519ca5f3baa4c60 /sysutils
parentf9dc3d17f547a9f6ad2eea630d0798bae7c00e7a (diff)
downloadfreebsd-ports-gnome-fb81dcccd2167112eb79881fb0014781f086d3e8.tar.gz
freebsd-ports-gnome-fb81dcccd2167112eb79881fb0014781f086d3e8.tar.zst
freebsd-ports-gnome-fb81dcccd2167112eb79881fb0014781f086d3e8.zip
- Stage support
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/openupsd/Makefile3
-rw-r--r--sysutils/puppet-lint/Makefile1
2 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/openupsd/Makefile b/sysutils/openupsd/Makefile
index e42c864cc979..604c57a4c8cf 100644
--- a/sysutils/openupsd/Makefile
+++ b/sysutils/openupsd/Makefile
@@ -16,8 +16,7 @@ CONFIGURE_ARGS= --program-transform-name= --bindir=${PREFIX}/sbin
PLIST_FILES= sbin/openupsd etc/openupsd.conf.sample
-NO_STAGE= yes
post-install:
- ${INSTALL_DATA} ${WRKSRC}/openupsd.conf ${PREFIX}/etc/openupsd.conf.sample
+ ${INSTALL_DATA} ${WRKSRC}/openupsd.conf ${STAGEDIR}${PREFIX}/etc/openupsd.conf.sample
.include <bsd.port.mk>
diff --git a/sysutils/puppet-lint/Makefile b/sysutils/puppet-lint/Makefile
index c748692006f4..8fe3abf59397 100644
--- a/sysutils/puppet-lint/Makefile
+++ b/sysutils/puppet-lint/Makefile
@@ -14,5 +14,4 @@ USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/puppet-lint
-NO_STAGE= yes
.include <bsd.port.mk>