1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

(Forgot to add the patch)

Symlinks to libexec/psf are now in libexec/filters instead of in
share/filters.
This commit is contained in:
Stefan Bethke 1998-10-10 02:45:35 +00:00
parent 6bac6bb68b
commit dc0384dd4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13806
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
--- etc/psf/Makefile.orig Thu Apr 18 23:53:09 1996
+++ etc/psf/Makefile Sat Oct 10 01:33:08 1998
@@ -32,14 +32,14 @@
install : all
-mkdir ${RESDIR}
- -mkdir ${RESDIR}/filters
+ -mkdir ${SBINDIR}/filters
${INSTALL} -c psa ${SBINDIR}
${INSTALL} -c etc2ps.sh ${SBINDIR}/etc2ps
${INSTALL} -c pagecount.ps ${RESDIR}
${INSTALL} -c psf ${SBINDIR}
for i in ${LINKS} ; do \
- rm -f ${RESDIR}/filters/$$i; \
- ln -s ${SBINDIR}/psf ${RESDIR}/filters/$$i; \
+ rm -f ${SBINDIR}/filters/$$i; \
+ ln -s ${SBINDIR}/psf ${SBINDIR}/filters/$$i; \
done
clean :

View File

@ -0,0 +1,20 @@
--- etc/psf/Makefile.orig Thu Apr 18 23:53:09 1996
+++ etc/psf/Makefile Sat Oct 10 01:33:08 1998
@@ -32,14 +32,14 @@
install : all
-mkdir ${RESDIR}
- -mkdir ${RESDIR}/filters
+ -mkdir ${SBINDIR}/filters
${INSTALL} -c psa ${SBINDIR}
${INSTALL} -c etc2ps.sh ${SBINDIR}/etc2ps
${INSTALL} -c pagecount.ps ${RESDIR}
${INSTALL} -c psf ${SBINDIR}
for i in ${LINKS} ; do \
- rm -f ${RESDIR}/filters/$$i; \
- ln -s ${SBINDIR}/psf ${RESDIR}/filters/$$i; \
+ rm -f ${SBINDIR}/filters/$$i; \
+ ln -s ${SBINDIR}/psf ${SBINDIR}/filters/$$i; \
done
clean :