aboutsummaryrefslogtreecommitdiffstats
path: root/games/xneko
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-03-12 16:21:35 +0800
committerasami <asami@FreeBSD.org>1997-03-12 16:21:35 +0800
commitb70b1f98dabf00d126e6fcf1453489836e80e8b5 (patch)
tree6689fb70e7d6447c93b243e6a6bf21e3b3e3f4e1 /games/xneko
parent637faef60c073ae9ef34be2c0267e039f335b8fa (diff)
downloadfreebsd-ports-gnome-b70b1f98dabf00d126e6fcf1453489836e80e8b5.tar.gz
freebsd-ports-gnome-b70b1f98dabf00d126e6fcf1453489836e80e8b5.tar.zst
freebsd-ports-gnome-b70b1f98dabf00d126e6fcf1453489836e80e8b5.zip
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>
Diffstat (limited to 'games/xneko')
-rw-r--r--games/xneko/Makefile3
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>