diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-23 13:14:38 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-23 13:14:38 +0000 |
commit | d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282 (patch) | |
tree | 1a8788dbef15004f9172aea15476e6b4d38e56e5 /sysutils/asapm | |
parent | 955cd44a9ec962c994b3a1231c9229e0e7427b7f (diff) | |
download | FreeBSD-ports-d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282.zip FreeBSD-ports-d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282.tar.gz |
- 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 7bcc9cd..88219a0 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> |