diff options
author | asami <asami@FreeBSD.org> | 1997-07-17 15:00:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-17 15:00:32 +0800 |
commit | f99567baacce9d5ab4e2b16c0bfb23259281a708 (patch) | |
tree | 367d8e2537612966d6de274c67ad1e73b839b463 /www/lynx-current | |
parent | 4de244cf34383dcb0c18ed91211d7b2338b75b4f (diff) | |
download | freebsd-ports-gnome-f99567baacce9d5ab4e2b16c0bfb23259281a708.tar.gz freebsd-ports-gnome-f99567baacce9d5ab4e2b16c0bfb23259281a708.tar.zst freebsd-ports-gnome-f99567baacce9d5ab4e2b16c0bfb23259281a708.zip |
Put "+fotemods" in front of version numbers in PKGNAME, it is not allowed to
have long strings like that in or after version numbers.
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index b6cd05775584..3b760785a84d 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -5,11 +5,11 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.39 1997/05/28 22:21:48 fenner Exp $ +# $Id: Makefile,v 1.40 1997/07/15 20:46:21 ache Exp $ # DISTNAME= lynx2-7-1 -PKGNAME= lynx-2.7.1+fotemods +PKGNAME= lynx+fotemods-2.7.1 CATEGORIES= www MASTER_SITES= http://www.slcc.edu/lynx/fote/ \ http://www.slcc.edu/lynx/fote/patches/ |