diff options
author | joerg <joerg@FreeBSD.org> | 1995-04-02 21:14:09 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-04-02 21:14:09 +0800 |
commit | eb342a80e2b954da5ee868267df4a11d3f18b0a7 (patch) | |
tree | d91b7742e65bd655b8913296490ff978ab8c733b /games/acm | |
parent | 4f08a0998f11bd9f826ee91b2a01487cd805dee9 (diff) | |
download | freebsd-ports-gnome-eb342a80e2b954da5ee868267df4a11d3f18b0a7.tar.gz freebsd-ports-gnome-eb342a80e2b954da5ee868267df4a11d3f18b0a7.tar.zst freebsd-ports-gnome-eb342a80e2b954da5ee868267df4a11d3f18b0a7.zip |
De-canonicalize the host and dir names of the master site.
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'games/acm')
-rw-r--r-- | games/acm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile index 9f5b4e013ba7..21b888390b76 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: acm(1) +# New ports collection makefile for: acm(6) # Version required: comp.sources.x/volume12 # Date created: 5 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.3 1995/04/01 12:45:00 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/01 13:48:04 joerg Exp $ # DISTNAME= acm WRKSRC= ${WRKDIR}/acm USE_IMAKE= yes -MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/ -MASTER_SITES+= ftp://sally.bl.physik.tu-muenchen.de/a/tum1.leo.org/archive/isar/.mntpts/tum.info-pub1/pub/comp/usenet/comp.sources.x/acm/ +MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/ +MASTER_SITES+= ftp://ftp.physik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/ MAINTAINER= joerg@FreeBSD.org CATEGORIES+= games |