summaryrefslogtreecommitdiff
path: root/games/xroach/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-12 08:21:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-12 08:21:35 +0000
commit00a2ba4171c485af2ecd7cbc859c509eb5046af2 (patch)
tree98c06df425e5907208b2377831cbe94b09e9556c /games/xroach/Makefile
parentInstall app-defaults as NEdit.ad rather than NEdit (so it won't overwrite (diff)
Fix pathname in ftp tarball. New "fetch" will create a tarball
with all internal directory names. Closes PR ports/2952. Submitted by: Bill Fenner <fenner@parc.xerox.com>
Notes
Notes: svn path=/head/; revision=5954
Diffstat (limited to '')
-rw-r--r--games/xroach/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile
index 77b48687c6db..abb40485a1fd 100644
--- a/games/xroach/Makefile
+++ b/games/xroach/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 December 1995
# Whom: markm
#
-# $Id: Makefile,v 1.4 1996/11/18 11:26:56 asami Exp $
+# $Id: Makefile,v 1.5 1996/12/17 12:33:19 asami Exp $
#
DISTNAME= xroach
@@ -15,5 +15,6 @@ MAINTAINER= markm@FreeBSD.ORG
USE_X11= yes
IGNOREFILES= ${DISTFILES}
+WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach
.include <bsd.port.mk>