diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-12 08:21:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-12 08:21:35 +0000 |
commit | 00a2ba4171c485af2ecd7cbc859c509eb5046af2 (patch) | |
tree | 98c06df425e5907208b2377831cbe94b09e9556c /games/xneko | |
parent | ff3f931231f566834e465ea818924756a297989b (diff) | |
download | ports-00a2ba4171c485af2ecd7cbc859c509eb5046af2.tar.gz ports-00a2ba4171c485af2ecd7cbc859c509eb5046af2.zip |
Notes
Diffstat (limited to 'games/xneko')
-rw-r--r-- | games/xneko/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xneko/Makefile b/games/xneko/Makefile index c5e10d276341..9865e77d9cd1 100644 --- a/games/xneko/Makefile +++ b/games/xneko/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1995 # Whom: markm # -# $Id: Makefile,v 1.4 1996/11/18 11:26:19 asami Exp $ +# $Id: Makefile,v 1.5 1996/12/17 12:33:15 asami Exp $ # DISTNAME= xneko @@ -15,5 +15,6 @@ MAINTAINER= markm@FreeBSD.ORG USE_X11= yes IGNOREFILES= ${DISTFILES} +WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko .include <bsd.port.mk> |