aboutsummaryrefslogtreecommitdiffstats
path: root/www/polipo
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-28 13:52:12 +0800
committerdougb <dougb@FreeBSD.org>2010-03-28 13:52:12 +0800
commit5143bf9ec1ba721c73c66ca16ae30923200ffd57 (patch)
tree4d2e0d512fd092f421c0689812fca1091a27c833 /www/polipo
parent2a1a4c0d6ca9c23bb711a297300dda307810a5da (diff)
downloadfreebsd-ports-gnome-5143bf9ec1ba721c73c66ca16ae30923200ffd57.tar.gz
freebsd-ports-gnome-5143bf9ec1ba721c73c66ca16ae30923200ffd57.tar.zst
freebsd-ports-gnome-5143bf9ec1ba721c73c66ca16ae30923200ffd57.zip
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables
Diffstat (limited to 'www/polipo')
-rw-r--r--www/polipo/Makefile2
-rw-r--r--www/polipo/files/pkg-install.in6
2 files changed, 1 insertions, 7 deletions
diff --git a/www/polipo/Makefile b/www/polipo/Makefile
index fd3856b0e5da..b08e8668c11b 100644
--- a/www/polipo/Makefile
+++ b/www/polipo/Makefile
@@ -34,7 +34,7 @@ PORTDOCS= *
SUB_FILES= pkg-message pkg-install pkg-deinstall 400.polipo
SUB_LIST+= USER=${PUSER} GROUP=${PGRP} DESTDIR=${DESTDIR} PCONFIGDIR=${PCONFIGDIR} \
PCACHEDIR=${PCACHEDIR} PPIDDIR=${PPIDDIR} PPIDFILE=${PPIDFILE} \
- PLOGFILE=${PLOGFILE} RC_SUBR=${RC_SUBR}
+ PLOGFILE=${PLOGFILE}
# polipo installation options, propagated to install scripts
PUSER?= polipo
diff --git a/www/polipo/files/pkg-install.in b/www/polipo/files/pkg-install.in
index 8cead8eaf08f..b3e7a0f80b2b 100644
--- a/www/polipo/files/pkg-install.in
+++ b/www/polipo/files/pkg-install.in
@@ -12,12 +12,6 @@ POLIPOPID=%%PPIDFILE%%
if [ "$2" = "PRE-INSTALL" ]; then
- if [ "%%RC_SUBR%%" = "" ]; then
- echo "=> Port requires /etc/rc.subr (native or port/sysutils/rc_subr)!"
- echo "=> If you want to install without you should modify startup script and pkg-install."
- exit 1
- fi
-
if fgrep "polipo" "%%DESTDIR%%/etc/newsyslog.conf" 2>/dev/null 1>&2; then
if ! fgrep "polipo.pid" "%%DESTDIR%%/etc/newsyslog.conf" 2>/dev/null 1>&2; then
echo "==> ERROR: Previous installation left an invalid entry in %%DESTDIR%%/etc/newsyslog.conf."