[Midnightbsd-cvs] mports: Makefile: I believe this corrects the then missing error on
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Aug 28 18:52:22 EDT 2008
Log Message:
-----------
I believe this corrects the then missing error on magus. This port is restricted so it shouldn't matter anyway
Modified Files:
--------------
mports/print/acroread8:
Makefile (r1.6 -> r1.7)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/print/acroread8/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L print/acroread8/Makefile -L print/acroread8/Makefile -u -r1.6 -r1.7
--- print/acroread8/Makefile
+++ print/acroread8/Makefile
@@ -82,7 +82,7 @@
@cd ${WRKSRC} && ${SETENV} PATH=${WRKDIR}/bin:${PATH} ${INSTALLEXEC} > /dev/null
post-fake:
- (if test -f ${FAKE_DESTDIR}${LOCALBASE}/Adobe/Reader8/ENU/Adobe/Reader8/Reader/GlobalPrefs/.config; ${REINPLACE_CMD} -e 's|${FAKE_DESTDIR}||g' \
+ (if test -f ${FAKE_DESTDIR}${LOCALBASE}/Adobe/Reader8/ENU/Adobe/Reader8/Reader/GlobalPrefs/.config; then ${REINPLACE_CMD} -e 's|${FAKE_DESTDIR}||g' \
${FAKE_DESTDIR}${LOCALBASE}/Adobe/Reader8/ENU/Adobe/Reader8/Reader/GlobalPrefs/.config; fi )
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list