mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
2a0f68dc16
Note: Matt Dillon's 2xP3/450 w/512MB can build world over NFS faster than my k6-2 333 can compile this port. It was *NOT* fun to test this port. Maybe someone else (with a super fast computer) could make sure everything works. This port does pass the make install deinstall reinstall package deinstall test though so I assume everything is fine. PR: 11242 Submitted by: maintainer with fixes by me
12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
--- doc/Makefile.in.orig Tue Dec 29 18:36:04 1998
|
|
+++ doc/Makefile.in Tue Apr 20 16:43:54 1999
|
|
@@ -21,7 +21,7 @@
|
|
${INSTALL_DATA} make-dylan-app.1 \
|
|
${DESTDIR}${MANDIR}/man1/make-dylan-app.1
|
|
${INSTALL_DATA} platforms.descr.4 \
|
|
- ${DESTDIR}${MANDIR}/man4/platforms.descr.4
|
|
+ ${DESTDIR}${MANDIR}/man5/platforms.descr.5
|
|
|
|
clean:
|
|
-echo 'Nothing to do.'
|