diff options
-rw-r--r-- | audio/asmix/Makefile | 3 | ||||
-rw-r--r-- | audio/asmixer/Makefile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/audio/asmix/Makefile b/audio/asmix/Makefile index 9350e77743de..e101005240ab 100644 --- a/audio/asmix/Makefile +++ b/audio/asmix/Makefile @@ -8,8 +8,7 @@ PORTNAME= asmix PORTVERSION= 1.4 CATEGORIES= audio afterstep -MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ - http://www.tigr.net/afterstep/download/asmix/ +MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/ MASTER_SITE_SUBDIR= apps/asmix MAINTAINER= mtm@identd.net diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 2c70c649af60..cf8450c733a6 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -8,9 +8,7 @@ PORTNAME= asmixer PORTVERSION= 0.5 CATEGORIES= audio afterstep -MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ - http://www.tigr.net/afterstep/download/asmixer/ -MASTER_SITE_SUBDIR= apps/asmixer +MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/ MAINTAINER= mtm@identd.net COMMENT= A mixer control for X, and specifically the AfterStep Window Manager |