summaryrefslogtreecommitdiff
path: root/sysutils/9base/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/9base/patches/patch-aq')
-rw-r--r--sysutils/9base/patches/patch-aq10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/9base/patches/patch-aq b/sysutils/9base/patches/patch-aq
index d28817a86f3..3af9e9160ff 100644
--- a/sysutils/9base/patches/patch-aq
+++ b/sysutils/9base/patches/patch-aq
@@ -1,9 +1,9 @@
-$NetBSD: patch-aq,v 1.1.1.1 2005/10/29 16:04:38 minskim Exp $
+$NetBSD: patch-aq,v 1.2 2005/12/06 18:50:36 rillig Exp $
---- uniq/Makefile.orig 2005-10-17 12:08:07.000000000 +0000
+--- uniq/Makefile.orig 2005-11-14 10:22:40.000000000 +0000
+++ uniq/Makefile
-@@ -12,12 +12,10 @@ MANFILES = uniq.1
- all: ${TARG}
+@@ -13,12 +13,10 @@ all: ${TARG}
+ @echo built ${TARG}
install: ${TARG}
- @mkdir -p ${DESTDIR}${PREFIX}/bin
@@ -18,4 +18,4 @@ $NetBSD: patch-aq,v 1.1.1.1 2005/10/29 16:04:38 minskim Exp $
+ @${BSD_INSTALL_MAN} ${MANFILES} ${DESTDIR}${MANPREFIX}/man1
uninstall:
- @rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
+ rm -f ${DESTDIR}${PREFIX}/bin/${TARG}