diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2014-05-09 22:33:54 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2014-05-09 22:33:54 +0000 |
commit | dd77eff9e916ee9e0bf521525c29604b1772d6e2 (patch) | |
tree | 644f306f0caf8365fbc438a69519ca5f3baa4c60 | |
parent | 1d6dc187d6d0a579b0c2ed2fe99652611273fb4a (diff) | |
download | ports-dd77eff9e916ee9e0bf521525c29604b1772d6e2.tar.gz ports-dd77eff9e916ee9e0bf521525c29604b1772d6e2.zip |
Notes
-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> |