aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/puppetserver
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-04-17 00:46:04 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-04-17 00:46:04 +0800
commitaf35b3cf0dce5c85b11959c0c95c61d9bf6afed5 (patch)
treea1839cdacba5a98a78e195223f64cdf4b9a365f8 /sysutils/puppetserver
parenta8113e419467181b130909294165e56af45f444f (diff)
downloadfreebsd-ports-gnome-af35b3cf0dce5c85b11959c0c95c61d9bf6afed5.tar.gz
freebsd-ports-gnome-af35b3cf0dce5c85b11959c0c95c61d9bf6afed5.tar.zst
freebsd-ports-gnome-af35b3cf0dce5c85b11959c0c95c61d9bf6afed5.zip
- Add NO_ARCH
- Remove inclusion of bsd.port.options.mk - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils/puppetserver')
-rw-r--r--sysutils/puppetserver/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/puppetserver/Makefile b/sysutils/puppetserver/Makefile
index 8096517095ca..21cc1064247e 100644
--- a/sysutils/puppetserver/Makefile
+++ b/sysutils/puppetserver/Makefile
@@ -18,6 +18,7 @@ USE_RC_SUBR= puppetserver
USE_JAVA= yes
USE_RUBY= yes
+NO_ARCH= yes
NO_BUILD= yes
JAVA_VERSION= 1.7+
@@ -42,10 +43,6 @@ RFACTER_RUN_DEPENDS= rubygem-facter>=2.0:sysutils/rubygem-facter
CFACTER_BUILD_DEPENDS= facter>=3.0:sysutils/facter
CFACTER_RUN_DEPENDS= facter>=3.0:sysutils/facter
-.include <bsd.port.options.mk>
-
-.include <bsd.port.pre.mk>
-
post-patch:
.for file in ext/config/bootstrap.cfg ext/config/logback.xml \
ext/config/request-logging.xml \
@@ -73,4 +70,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf
${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>