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:
parent
6bac6bb68b
commit
dc0384dd4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13806
20
net/netatalk-devel/files/patch-ak
Normal file
20
net/netatalk-devel/files/patch-ak
Normal 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 :
|
20
net/netatalk/files/patch-ak
Normal file
20
net/netatalk/files/patch-ak
Normal 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 :
|
Loading…
Reference in New Issue
Block a user