diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
commit | dc90d64404c7cecc0af53e9a3f16550bbc688a75 (patch) | |
tree | b2800a4901268918d413511f5fb61e43438b2e35 /devel/libPropList | |
parent | 52619586269c9e817bdf8a8496e70376ba957597 (diff) | |
download | ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.tar.gz ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.zip |
Use ${MASTER_SITE_GNOME}
Notes
Notes:
svn path=/head/; revision=16379
Diffstat (limited to 'devel/libPropList')
-rw-r--r-- | devel/libPropList/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile index 69c53779b316..189beab9b870 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -3,14 +3,14 @@ # Date Created: 6 December 1998 # Whom: Glenn Johnson # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/09 05:11:56 vanilla Exp $ # DISTNAME= libPropList-0.7.1gnome PKGNAME= libproplistgnome-0.7.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= libPropList MAINTAINER= gljohns@bellsouth.net |