diff options
Diffstat (limited to 'audio/mp32ogg/Makefile')
-rw-r--r-- | audio/mp32ogg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 42c0ea7a0ed5..ba3b4605dba8 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -7,10 +7,9 @@ # PORTNAME= mp32ogg -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= audio perl5 MASTER_SITES= ftp://ftp.faceprint.com/pub/software/scripts/ -DISTNAME= ${PORTNAME} EXTRACT_SUFX= # empty MAINTAINER= ports@FreeBSD.org @@ -24,7 +23,7 @@ USE_PERL5= yes NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # -EXTRACT_AFTER_ARGS= ${WRKSRC} +EXTRACT_AFTER_ARGS= ${WRKSRC}/${PORTNAME} NO_BUILD= yes post-patch: |