Fix installation of PAM conf file

PR:		ports/169724
Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
This commit is contained in:
Doug Barton 2012-07-09 02:28:47 +00:00
parent 943066597f
commit 271bc8805a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300647

View File

@ -147,7 +147,8 @@ post-patch:
@ ${SED} -e "s#/etc/pam.d#${PREFIX}/etc/pam.d#g" \
${WRKSRC}/${f}.presed > ${WRKSRC}/${f}
.endfor
@ ${CP} ${FILESDIR}/xscreensaver.pam ${WRKSRC}/driver/xscreensaver.pam
@ ${CP} ${FILESDIR}/xscreensaver.pam \
${WRKSRC}/driver/xscreensaver.pam.in
.else
@ ${CP} ${WRKSRC}/driver/Makefile.in ${WRKSRC}/driver/Makefile.in.post
@ ${SED} -e "s#install-xml install-pam#install-xml#" \