diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:14:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:14:38 +0000 |
commit | fb93fc598bb9a507e903e91a8cbb0f991b4067ba (patch) | |
tree | 3722933f165cbda64606a8f4478ca6fb1e915188 /sysutils/asapm | |
parent | - Change distfile location. (diff) |
- Use MASTER_SITE_AFTERSTEP to MASTER_SITES
PR: 19468
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'sysutils/asapm')
-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> |