aboutsummaryrefslogtreecommitdiff
path: root/print/cups/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-03-11 15:39:40 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-03-11 15:39:40 +0000
commit6159e62eccb33b9fc86db3076fdf678a1e277c1a (patch)
treedda59965bcc5fbc18320214ef7c9196c9a120977 /print/cups/Makefile
parentbeaf451839ea5b676300d007a2129f7115d7e445 (diff)
downloadports-6159e62eccb33b9fc86db3076fdf678a1e277c1a.tar.gz
ports-6159e62eccb33b9fc86db3076fdf678a1e277c1a.zip
Fix make check-plist when ${LOCALBASE}/etc/pam.d does not exist.
Reported by: rakuco
Notes
Notes: svn path=/head/; revision=410832
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r--print/cups/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 978b5c69564b..c0bb5f8e9394 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -85,7 +85,7 @@ CONFIGURE_ARGS+=ac_cv_search_libiconv_open=no
post-patch:
@${REINPLACE_CMD} -e '/SILENT/d' ${WRKSRC}/Makedefs.in
- @${REINPLACE_CMD} -e 's|/private/etc/pam.d|${LOCALBASE}/etc/pam.d|' \
+ @${REINPLACE_CMD} -e 's|/usr/local/etc/pam.d|${LOCALBASE}/etc/pam.d|' \
-e 's/-fstack-protector//' ${WRKSRC}/configure
@${REINPLACE_CMD} 's|http://www.cups.org|https://cups.org|' \
${WRKSRC}/doc/index.html.in \