diff options
Diffstat (limited to 'sysutils/asapm/Makefile')
-rw-r--r-- | sysutils/asapm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile index 7bcc9cda2528..88219a056860 100644 --- a/sysutils/asapm/Makefile +++ b/sysutils/asapm/Makefile @@ -8,8 +8,8 @@ PORTNAME= asapm PORTVERSION= 2.7 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.afterstep.org/apps/asapm/ \ - http://www.tigr.net/afterstep/as-apps/download/asapm/ +MASTER_SITES= ${MASTER_SITE_AFTERSTEP} +MASTER_SITE_SUBDIR= apps/asapm MAINTAINER= handy@physics.montana.edu @@ -23,6 +23,4 @@ INSTALL_TARGET= install install.man MAN1= asapm.1 -FETCH_BEFORE_ARGS= -b - .include <bsd.port.mk> |