openbsd-ports/comms/xcept/patches/patch-lib_Makefile

19 lines
561 B
Plaintext
Raw Normal View History

$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
1997-12-31 11:50:28 -05:00
@@ -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
2000-06-14 18:22:28 -04:00
+DEST = ${PREFIX}/lib/xcept
1997-12-31 11:50:28 -05:00
+
+all:
+
+install:
+ mkdir -p $(DEST)
+ install -c -m 0664 $(SCRIPTS) $(DEST)
+ chmod 755 $(DEST)/ZDF.pl $(DEST)/xcept.pl