diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 09:49:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 09:49:33 +0000 |
commit | 8e2c7b41261da8b64de59d16c3b3eb50170bb498 (patch) | |
tree | 307d5fb8a3a86af19803cb098d03bcd3df87076a | |
parent | a2223287d1dca6432c0753209fe17aa1efb42c17 (diff) | |
download | FreeBSD-ports-8e2c7b41261da8b64de59d16c3b3eb50170bb498.zip FreeBSD-ports-8e2c7b41261da8b64de59d16c3b3eb50170bb498.tar.gz |
Don't assume ${FILESDIR} is some fixed number of directories up from
${WRKSRC}. Note I haven't fixed the "pack" target, that requires more
than just ${FILESDIR} frobbing.
-rw-r--r-- | emulators/pcemu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 0948243..3095d8f 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -3,7 +3,7 @@ # Date created: 7 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.11 1998/10/25 18:28:52 fenner Exp $ +# $Id: Makefile,v 1.12 1998/11/28 00:44:33 asami Exp $ # DISTNAME= pcemu1.01alpha @@ -34,5 +34,6 @@ MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/pub/users/hedley/ MAINTAINER= joerg@FreeBSD.org USE_XLIB= yes +MAKE_ENV= FILESDIR=${FILESDIR} .include <bsd.port.mk> |