diff options
author | agc <agc> | 2001-02-20 16:42:33 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-20 16:42:33 +0000 |
commit | d0ea7ac42b63452a04a73ff0058b6060fe91162b (patch) | |
tree | 6839c423f0673c9d7e9fa6d21debadae0454bdbb /emulators | |
parent | 921c0358ba976cb313629d491db2e1aab5ba6407 (diff) | |
download | pkgsrc-d0ea7ac42b63452a04a73ff0058b6060fe91162b.tar.gz |
Place the executables in the correct directory - from Wolfgang
Solfrank <ws@tools.de>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hercules/files/patch-sum | 4 | ||||
-rw-r--r-- | emulators/hercules/patches/patch-aa | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/emulators/hercules/files/patch-sum b/emulators/hercules/files/patch-sum index ce4e03c492c..c0c53360c2a 100644 --- a/emulators/hercules/files/patch-sum +++ b/emulators/hercules/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.1.1.1 2001/02/19 12:35:21 agc Exp $ +$NetBSD: patch-sum,v 1.2 2001/02/20 16:42:33 agc Exp $ -MD5 (patch-aa) = 31a8b138c0104d09bceb96b4e5d8dc20 +MD5 (patch-aa) = 57e4472c1c78345f2aa94f6ced51c5aa MD5 (patch-ab) = 988467f26ca940d05be7d0255e88777c MD5 (patch-ac) = 421c7f3a40af82630c6bd3bdebd3c23c MD5 (patch-ad) = 89b5ae924983465348273dd59ee38435 diff --git a/emulators/hercules/patches/patch-aa b/emulators/hercules/patches/patch-aa index a677a1a69fe..8d21c3a43ec 100644 --- a/emulators/hercules/patches/patch-aa +++ b/emulators/hercules/patches/patch-aa @@ -1,9 +1,18 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/02/19 12:35:21 agc Exp $ +$NetBSD: patch-aa,v 1.2 2001/02/20 16:42:33 agc Exp $ Set up compilation flags for NetBSD --- makefile 2001/02/19 09:39:42 1.1 +++ makefile 2001/02/19 09:40:37 +@@ -8,7 +8,7 @@ + # besides /usr/bin. The $PREFIX (which defaults to nothing) can be + # overridden in the make command line, as in "PREFIX=/foo make install" + # (the directory is only used when installing). +-DESTDIR = $(PREFIX)/usr/bin ++DESTDIR = $(PREFIX)/bin + + # Standard flags for all architectures + CFLAGS = -Wall -fomit-frame-pointer -DVERSION=$(VERSION) -DNO_BYTESWAP_H @@ -38,9 +38,9 @@ # Uncomment these lines for NetBSD, with either the unproven-pthreads |