aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/asapm
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-23 21:14:38 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-23 21:14:38 +0800
commitd2d01acd2f19dfb9a978a3b8ee0b73a92ad27282 (patch)
tree1a8788dbef15004f9172aea15476e6b4d38e56e5 /sysutils/asapm
parent955cd44a9ec962c994b3a1231c9229e0e7427b7f (diff)
downloadfreebsd-ports-gnome-d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282.tar.gz
freebsd-ports-gnome-d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282.tar.zst
freebsd-ports-gnome-d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282.zip
- 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/Makefile6
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>