diff options
author | tdb <tdb@FreeBSD.org> | 2014-05-10 06:33:54 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2014-05-10 06:33:54 +0800 |
commit | fb81dcccd2167112eb79881fb0014781f086d3e8 (patch) | |
tree | 644f306f0caf8365fbc438a69519ca5f3baa4c60 /sysutils | |
parent | f9dc3d17f547a9f6ad2eea630d0798bae7c00e7a (diff) | |
download | freebsd-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/Makefile | 3 | ||||
-rw-r--r-- | sysutils/puppet-lint/Makefile | 1 |
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> |