diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-08 23:45:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-08 23:45:40 +0800 |
commit | 441035f8a0dc97f9be4bb74c2b0b52f68581d47d (patch) | |
tree | 6d3eea770b2871ccd8d0809c6903d80e5a591041 /x11-wm | |
parent | 4ac22a3b92c13e3908c24b299ec46279dce98eed (diff) | |
download | freebsd-ports-gnome-441035f8a0dc97f9be4bb74c2b0b52f68581d47d.tar.gz freebsd-ports-gnome-441035f8a0dc97f9be4bb74c2b0b52f68581d47d.tar.zst freebsd-ports-gnome-441035f8a0dc97f9be4bb74c2b0b52f68581d47d.zip |
- use MASTER_SITE_LOCAL
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 1a89a0a5568a..4bd1340fea58 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -9,8 +9,8 @@ PORTNAME= afterstep PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= x11-wm afterstep -MASTER_SITES= ${MASTER_SITE_AFTERSTEP} -MASTER_SITE_SUBDIR= archives/${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org |