diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /x11/x3270 | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.zst freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'x11/x3270')
-rw-r--r-- | x11/x3270/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 412c98aecf9..57478e4e53d 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -3,13 +3,13 @@ # Date created: 31 January 1995 # Whom: janek # -# $Id: Makefile,v 1.7 1995/05/13 10:11:35 asami Exp $ +# $Id: Makefile,v 1.8 1995/11/22 13:21:37 asami Exp $ # DISTNAME= x3270-3.0.3.7 -CATEGORIES+= x11 emulators -MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/x3270/ \ - ftp://ftp.x.org/contrib/applications/x3270/ +CATEGORIES= x11 emulators +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/x3270 USE_IMAKE= yes |