diff options
author | asami <asami@FreeBSD.org> | 1998-04-29 09:56:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-29 09:56:44 +0000 |
commit | 6d915053427246556f299f0bc097d158fd9a2c5f (patch) | |
tree | 78c6b8721eb629deb96c9055ef861ec781001457 | |
parent | 4df7796592022226e0729b42e4d48bfae2e68eb2 (diff) | |
download | FreeBSD-ports-6d915053427246556f299f0bc097d158fd9a2c5f.zip FreeBSD-ports-6d915053427246556f299f0bc097d158fd9a2c5f.tar.gz |
Define MANUAL_PACKAGE_BUILD, as this port installs bin/elk which can
be confused with the file with the same name in the lang/elk port.
Found by: make package breaking in textproc/unroff
-rw-r--r-- | emulators/stella/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index f1d1da1..2487a61 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -3,7 +3,7 @@ # Date created: 1st May, 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # -# $Id: Makefile,v 1.1.1.1 1997/07/31 07:19:41 max Exp $ +# $Id: Makefile,v 1.2 1998/03/22 21:35:23 jseger Exp $ # DISTNAME= stella-0.6-src @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.ucpel.tche.br/pub/msdos/emulator/atari/ MAINTAINER= sutton@aardvark.apana.org.au +MANUAL_PACKAGE_BUILD= installs bin/elk + DIST_SUBDIR= atari WRKSRC= ${WRKDIR}/${PKGNAME}/src MAKEFILE= makefile |