diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-28 05:52:12 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-28 05:52:12 +0000 |
commit | 204523bd3c7ab55a9a1d4034e78217e069c1f7c0 (patch) | |
tree | d296e6f9588ec24d6485e49b048f96c1689bba52 /www/polipo | |
parent | 045030410823853fcaee9042f4e1670a9da7caef (diff) |
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables
Notes
Notes:
svn path=/head/; revision=251603
Diffstat (limited to 'www/polipo')
-rw-r--r-- | www/polipo/Makefile | 2 | ||||
-rw-r--r-- | www/polipo/files/pkg-install.in | 6 |
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." |