diff options
author | grant <grant@pkgsrc.org> | 2002-06-12 14:32:19 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-06-12 14:32:19 +0000 |
commit | e47658a4d914216c0fe5d4f7335c838afc223192 (patch) | |
tree | c7b50345e9c62a5d930279c335be6688b3abba52 /audio/id3v2/patches | |
parent | d345ae4aca7c9b76906388efafaa3d0d3d018881 (diff) | |
download | pkgsrc-e47658a4d914216c0fe5d4f7335c838afc223192.tar.gz |
install man page
add trailing / to HOMEPAGE
Diffstat (limited to 'audio/id3v2/patches')
-rw-r--r-- | audio/id3v2/patches/patch-aa | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/id3v2/patches/patch-aa b/audio/id3v2/patches/patch-aa index 56c1d823fb6..7cb0b5b5998 100644 --- a/audio/id3v2/patches/patch-aa +++ b/audio/id3v2/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/04/19 14:35:29 zuntum Exp $ +$NetBSD: patch-aa,v 1.2 2002/06/12 14:32:19 grant Exp $ ---- Makefile.orig Sat Apr 13 12:07:11 2002 -+++ Makefile Sat Apr 13 12:07:47 2002 -@@ -1,10 +1,10 @@ +--- Makefile.orig Tue Apr 16 11:35:31 2002 ++++ Makefile Thu Jun 13 00:28:19 2002 +@@ -1,10 +1,11 @@ all: id3v2 id3v2: Makefile convert.cpp list.cpp id3v2.cpp convert.cpp @@ -12,6 +12,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/04/19 14:35:29 zuntum Exp $ install: all - cp id3v2 /usr/local/bin/ + cp id3v2 ${LOCALBASE}/bin ++ cp id3v2.1 ${LOCALBASE}/man/man1 clean: rm -f id3v2 core |