08f15f7fab
Mark as unbroken.
19 lines
561 B
Plaintext
19 lines
561 B
Plaintext
$OpenBSD: patch-lib_Makefile,v 1.1 2000/09/03 16:25:05 espie Exp $
|
|
--- lib/Makefile.orig Sun Sep 3 17:29:38 2000
|
|
+++ lib/Makefile Sun Sep 3 17:29:39 2000
|
|
@@ -0,0 +1,14 @@
|
|
+#
|
|
+# Makefile for scripts
|
|
+# essentially the install command
|
|
+SCRIPTS = ascii.xcept Bundesbahn.xcept DeutscheBank-Kontoauszug.xcept \
|
|
+ on-off.xcept popup.xcept Sparkasse.xcept \
|
|
+ ZDF.xcept client-mode xcept.pl ZDF.pl
|
|
+DEST = ${PREFIX}/lib/xcept
|
|
+
|
|
+all:
|
|
+
|
|
+install:
|
|
+ mkdir -p $(DEST)
|
|
+ install -c -m 0664 $(SCRIPTS) $(DEST)
|
|
+ chmod 755 $(DEST)/ZDF.pl $(DEST)/xcept.pl
|