diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:37:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:37:03 +0800 |
commit | 778ce9e56ab4b61dc0bafdde7d952e53fe582001 (patch) | |
tree | e35ca6695df4391a1afd1107cea5dc7bd0a47b48 /emulators/x48 | |
parent | f061af8080abfb59038d436c3e16778abbf8a5a5 (diff) | |
download | freebsd-ports-graphics-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.gz freebsd-ports-graphics-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.zst freebsd-ports-graphics-778ce9e56ab4b61dc0bafdde7d952e53fe582001.zip |
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'emulators/x48')
-rw-r--r-- | emulators/x48/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 94724dab1a2..8179c37e087 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -3,12 +3,13 @@ # Date created: Thu Oct 24 13:10:59 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1996/10/24 20:41:37 erich Exp $ +# $Id: Makefile,v 1.2 1996/11/12 02:17:07 obrien Exp $ # DISTNAME= x48-0.4.0 CATEGORIES= emulators -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Emulators/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/Emulators MAINTAINER= erich@FreeBSD.org |