diff options
Diffstat (limited to 'www/polipo/Makefile')
-rw-r--r-- | www/polipo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/polipo/Makefile b/www/polipo/Makefile index 7bd0034a3b74..40e86a74fbc4 100644 --- a/www/polipo/Makefile +++ b/www/polipo/Makefile @@ -27,7 +27,7 @@ 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} -PLIST_SUB= PCACHEDIR=${PCACHEDIR} +PLIST_SUB+= PCACHEDIR=${PCACHEDIR} # polipo installation options, propagated to install scripts PUSER?= polipo |