diff options
author | asami <asami@FreeBSD.org> | 1997-06-10 15:05:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-10 15:05:25 +0800 |
commit | b4678dcb8b88153ed89e64415be9280a2da290b0 (patch) | |
tree | dbd14f1f3d47548a00d977f61527dd51e9fb2a2b /emulators | |
parent | 3c660012bf149aafe9f640ebb8f34f5072014562 (diff) | |
download | freebsd-ports-gnome-b4678dcb8b88153ed89e64415be9280a2da290b0.tar.gz freebsd-ports-gnome-b4678dcb8b88153ed89e64415be9280a2da290b0.tar.zst freebsd-ports-gnome-b4678dcb8b88153ed89e64415be9280a2da290b0.zip |
Move DISTFILES up to the first section. Remove unnecessary EXTRACT_SUFX.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xgs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/xgs/Makefile b/emulators/xgs/Makefile index ff3ef2e8bb83..3ba1573d165a 100644 --- a/emulators/xgs/Makefile +++ b/emulators/xgs/Makefile @@ -4,7 +4,7 @@ # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # FreeBSD Version: 2.1.5-RELEASE # -# $Id$ +# $Id: Makefile,v 1.3 1997/06/09 20:21:17 chuckr Exp $ # # This is the stable release of the xgs emulator. Sound support is @@ -14,15 +14,14 @@ # DISTNAME= xgs-0.50-src PKGNAME= xgs-0.50 -EXTRACT_SUFX= .tar.gz CATEGORIES= emulators MASTER_SITES= ftp://ftp.optera.com/pub/xgs/ \ ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xgs.rom MAINTAINER= sutton@aardvark.apana.org.au DIST_SUBDIR= xgs -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xgs.rom EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} RESTRICTED= "xgs.rom copyright is owned by Apple and cannot be distributed" NO_PACKAGE= ${RESTRICTED} |