diff options
author | frueauf <frueauf> | 1998-02-02 20:56:14 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-02 20:56:14 +0000 |
commit | ae62e984d7793bbba45fcedc452c0150ffb3ee8c (patch) | |
tree | 872ab0f3fc8c1ea5bed4775412a87696c5fc7e75 /games | |
parent | 2a0f9ee5884bd18dfaf9dfcc26969ca62a3c7812 (diff) | |
download | pkgsrc-ae62e984d7793bbba45fcedc452c0150ffb3ee8c.tar.gz |
portlint: URL should end with "/".
Diffstat (limited to 'games')
-rw-r--r-- | games/xdemineur/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile index 60d0ca53982..4d11b8ec717 100644 --- a/games/xdemineur/Makefile +++ b/games/xdemineur/Makefile @@ -3,13 +3,13 @@ # Date created: 29 Jan 1998 # Whom: bouyer # -# $NetBSD: Makefile,v 1.2 1998/01/30 13:58:02 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/02 20:56:14 frueauf Exp $ # DISTNAME= xdemineur-2.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ - ftp://ftp.agm-ita.ensta.fr/pub/babafou + ftp://ftp.agm-ita.ensta.fr/pub/babafou/ MASTER_SITE_SUBDIR= games MAINTAINER= bouyer@netbsd.org |