diff options
Diffstat (limited to 'audio/oggasm')
-rw-r--r-- | audio/oggasm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/oggasm/Makefile b/audio/oggasm/Makefile index 97bad300fb4..a0197a4c41e 100644 --- a/audio/oggasm/Makefile +++ b/audio/oggasm/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/12/14 03:43:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:40:08 jmmv Exp $ # DISTNAME= oggasm_1.4.0 PKGNAME= ${DISTNAME:S/_/-/} +WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= audio MASTER_SITES= http://oggasm.sourceforge.net/ @@ -18,7 +19,6 @@ USE_PERL5= yes REPLACE_PERL= oggasm NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PKGNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/oggasm ${PREFIX}/bin |