diff options
author | grant <grant> | 2005-03-05 00:12:10 +0000 |
---|---|---|
committer | grant <grant> | 2005-03-05 00:12:10 +0000 |
commit | 8e93f51b73cd2d1c7cd24137fb48c9941e503336 (patch) | |
tree | 887ce87f1f0dd10781c7aacc8af3965816763734 | |
parent | 69080114ecd87829f6075c628550a73335a362fa (diff) | |
download | pkgsrc-8e93f51b73cd2d1c7cd24137fb48c9941e503336.tar.gz |
remove HOMEPAGE comment that somehow made it in here.
-rw-r--r-- | audio/distmp3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/distmp3/Makefile b/audio/distmp3/Makefile index a5dd14aafc8..87791581ce1 100644 --- a/audio/distmp3/Makefile +++ b/audio/distmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/02/13 11:55:56 grant Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/05 00:12:10 grant Exp $ # DISTNAME= distmp3-0.1.9 @@ -32,7 +32,6 @@ SUBST_FILES.config= distmp3.conf SUBST_SED.config+= -e 's,^SERVER_PROGRAM,; SERVER_PROGRAM,' SUBST_SED.config+= -e 's,/usr/local,${PREFIX},' -#HOMEPAGE= do-install: ${INSTALL_SCRIPT} ${WRKSRC}/distmp3 ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/distmp3host ${PREFIX}/bin |