diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-19 13:27:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-19 13:27:51 +0000 |
commit | 65453623a0297792f2eaf938c23bb109005ee1c2 (patch) | |
tree | 332f03dc24669e69015c94219ef7b5d679fdbcca /archivers | |
parent | 12f027099a10936c883d36a4b86d70d4d976cac9 (diff) | |
download | pkgsrc-65453623a0297792f2eaf938c23bb109005ee1c2.tar.gz |
Remove unused chunk; noted by wiz@.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/nomarch/patches/patch-aa | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/archivers/nomarch/patches/patch-aa b/archivers/nomarch/patches/patch-aa index a256cc7b91a..a68c15bd005 100644 --- a/archivers/nomarch/patches/patch-aa +++ b/archivers/nomarch/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/13 18:38:08 cjep Exp $ +$NetBSD: patch-aa,v 1.2 2003/09/19 13:27:51 jmmv Exp $ --- Makefile.orig Thu Aug 8 13:24:33 2002 +++ Makefile @@ -12,14 +12,3 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/13 18:38:08 cjep Exp $ # Set BINDIR to directory for binary, # MANDIR to directory for man page. -@@ -25,8 +26,8 @@ installdirs: - /bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR) - - install: nomarch installdirs -- install -m 755 nomarch $(BINDIR) -- install -m 644 nomarch.1 $(MANDIR) -+ install -c -m 755 nomarch $(BINDIR) -+ install -c -m 644 nomarch.1 $(MANDIR) - - uninstall: - $(RM) $(BINDIR)/nomarch $(MANDIR)/nomarch.1 |