diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-03-09 15:44:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-03-09 15:44:58 +0800 |
commit | 70cfb75eaa7229f1455d3078f837821e5698e6fd (patch) | |
tree | 28061d1fab74093cbe6b0496f44d47b16db3e73e /print | |
parent | 21ebe421d1a46cea3476683688bff3cfbf50951a (diff) | |
download | freebsd-ports-graphics-70cfb75eaa7229f1455d3078f837821e5698e6fd.tar.gz freebsd-ports-graphics-70cfb75eaa7229f1455d3078f837821e5698e6fd.tar.zst freebsd-ports-graphics-70cfb75eaa7229f1455d3078f837821e5698e6fd.zip |
- remove killall
110108
Dierk Sacher
- unbreak option PHP
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 09431951b2c..b4952e71ae6 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -73,6 +73,7 @@ CONFIGURE_ARGS+= --with-php USE_PHP= yes USE_PHP_BUILD= yes PLIST_SUB+= PHP="" +.include "${PORTSDIR}/Mk/bsd.php.mk" .else CONFIGURE_ARGS+= --without-php PLIST_SUB+= PHP="@comment " @@ -143,8 +144,6 @@ post-patch: ${WRKSRC}/${CONFIGURE_SCRIPT} pre-install: - @${ECHO_MSG} "===>" Stopping cupsd ... - -killall cupsd || ${TRUE} @${INSTALL} -d ${DESKTOPDIR}/ post-install: |