diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
commit | 1228d352eecd5d09314870cfcc461adb754dfca0 (patch) | |
tree | ea5c179cc339efd87a4197efd97f322189f59907 /graphics/linux_glx | |
parent | Revert my last changes. Someone else already have added DESCR. (diff) |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
Notes
Notes:
svn path=/head/; revision=29968
Diffstat (limited to 'graphics/linux_glx')
-rw-r--r-- | graphics/linux_glx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux_glx/Makefile b/graphics/linux_glx/Makefile index 8a4c9f35ee05..a0e8b33912d6 100644 --- a/graphics/linux_glx/Makefile +++ b/graphics/linux_glx/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: linux_glx -# Version required: CVS # Date created: 27 November 1999 # Whom: Marc E E van Woerkom <van.woerkom@netcologne.de> # @@ -9,7 +8,8 @@ PORTNAME= glx PORTVERSION= 991127 CATEGORIES= graphics linux -MASTER_SITES= http://people.FreeBSD.org/~3d/distfiles/glx/linux/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= 3d/glx/linux PKGNAMEPREFIX= linux_ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} |