mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
bf02ecd7e2
TiLP is a Linking Program to send/receive files to/from your TI calculator. PR: ports/56137 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
--- man/Makefile.in.orig Wed Aug 27 23:02:13 2003
|
|
+++ man/Makefile.in Wed Aug 27 23:03:09 2003
|
|
@@ -393,7 +393,7 @@
|
|
groff -Tascii -man $(man_MANS) > Manpage
|
|
gcc cleaner.c -o cleaner
|
|
./cleaner Manpage
|
|
- dos2unix Manpage.txt
|
|
+# dos2unix Manpage.txt
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|