freebsd-ports/audio/workman/files/patch-Imakefile
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

33 lines
1.3 KiB
Text

--- Imakefile.orig 1995-06-05 00:10:44 UTC
+++ Imakefile
@@ -1,19 +1,19 @@
-/**/# @(#)Imakefile 1.16 04 Jun 1995
+# @(#)Imakefile 1.16 04 Jun 1995
-/**/# Set this to the manual section where you want to install workmandb.man
+# Set this to the manual section where you want to install workmandb.man
DBMANSECTION = 5
-/**/#
-/**/# Uncomment the following if you want fast database lookups using the
-/**/# Berkeley libdb code. You can find libdb on ftp.cs.berkeley.edu in the
-/**/# /ucb/4bsd directory. Make sure you adjust the last part of DBCFLAGS
-/**/# to match your system type as listed in libdb's PORT directory.
-/**/#
+#
+# Uncomment the following if you want fast database lookups using the
+# Berkeley libdb code. You can find libdb on ftp.cs.berkeley.edu in the
+# /ucb/4bsd directory. Make sure you adjust the last part of DBCFLAGS
+# to match your system type as listed in libdb's PORT directory.
+#
-/**/#DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2
-/**/#DBLIB = db.1.85/PORT/sunos.5.2/libdb.a
+#DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2
+#DBLIB = db.1.85/PORT/sunos.5.2/libdb.a
-/**/# And you shouldn't need to touch anything below this.
+# And you shouldn't need to touch anything below this.
#include <XView.tmpl>