1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Set ${WRKSRC} correctly so this builds again.

This commit is contained in:
Steve Price 1999-05-31 04:48:32 +00:00
parent 7334e5c303
commit c6a9c0fbd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19130

View File

@ -3,7 +3,7 @@
# Date created: 7 December 1994
# Whom: asami
#
# $Id: Makefile,v 1.18 1998/10/04 17:38:36 steve Exp $
# $Id: Makefile,v 1.19 1998/12/26 22:23:20 asami Exp $
#
DISTNAME= xfed
@ -16,10 +16,7 @@ MAINTAINER= ports@FreeBSD.ORG
IGNOREFILES= ${DISTFILES}
USE_IMAKE= yes
MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f
WRKSRC= ${WRKDIR}/xfed
WRKSRC= ${WRKDIR}/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/xfed
MAN1= xfed.1
pre-clean:
-rm -rf ${.CURDIR}/src
.include <bsd.port.mk>