diff options
author | frueauf <frueauf> | 1998-03-19 11:07:32 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-03-19 11:07:32 +0000 |
commit | 500fad051652dfc7f4cd47947a595347531caff9 (patch) | |
tree | c6a4ff28709ffd085302a83aeeb23b44a9115160 /emulators | |
parent | 7d80e4a2b7a1fd85003e80e6b551806e2d5ce34b (diff) | |
download | pkgsrc-500fad051652dfc7f4cd47947a595347531caff9.tar.gz |
portlint: reorder EXTRACT_SUFX; blank line after *_DEPENDS section.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile index 63063978e9e..b4dcd4aa8cc 100644 --- a/emulators/compat11/Makefile +++ b/emulators/compat11/Makefile @@ -3,13 +3,13 @@ # Date created: 17 Mar 1998 # Whom: tv@netbsd.org # -# $NetBSD: Makefile,v 1.1.1.1 1998/03/17 21:31:39 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/03/19 11:07:32 frueauf Exp $ # DISTNAME= compat11 -EXTRACT_SUFX= _${ARCH}.tgz CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} +EXTRACT_SUFX= _${ARCH}.tgz ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3 MAINTAINER= tv@netbsd.org @@ -17,6 +17,7 @@ MAINTAINER= tv@netbsd.org LIB_DEPENDS= edit.0.:${PORTSDIR}/emulators/compat12 \ g++.3.:${PORTSDIR}/emulators/compat12 \ util.3.:${PORTSDIR}/emulators/compat12 + HAS_CONFIGURE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/usr/lib |