diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-11-26 08:01:49 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-11-26 08:01:49 +0000 |
commit | 3372a746911e77222301062163ab819f38791b26 (patch) | |
tree | fea41c11810e2b8dd7ca5a6770e3397a8df258fc /audio/mp32ogg/Makefile | |
parent | bdd5e25201806bebaf7915422eefe2a6911d6a1c (diff) | |
download | ports-3372a746911e77222301062163ab819f38791b26.tar.gz ports-3372a746911e77222301062163ab819f38791b26.zip |
Notes
Diffstat (limited to 'audio/mp32ogg/Makefile')
-rw-r--r-- | audio/mp32ogg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 9a719a2069a8..1c71f8a6a334 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -11,7 +11,8 @@ PORTVERSION= 0.11 PORTREVISION= 2 CATEGORIES= audio perl5 MASTER_SITES= ftp://ftp.faceprint.com/pub/software/scripts/ \ - ${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/} + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= uqs EXTRACT_SUFX= # empty MAINTAINER= uqs@FreeBSD.org |