diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:37:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:37:37 +0000 |
commit | 00fd185849baac3dc8350d5486105f161d129538 (patch) | |
tree | 1f9713650030d0221b44d49d7fd7de7401fb9c42 /x11-fonts | |
parent | The Alpha port doesn't have sound support yet. (diff) |
Revert my previous fix. It seems I had an old distfile.
Notes
Notes:
svn path=/head/; revision=19672
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/xfed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile index 5e5afc2bcc83..18d25349ae8e 100644 --- a/x11-fonts/xfed/Makefile +++ b/x11-fonts/xfed/Makefile @@ -3,7 +3,7 @@ # Date created: 7 December 1994 # Whom: asami # -# $Id: Makefile,v 1.19 1998/12/26 22:23:20 asami Exp $ +# $Id: Makefile,v 1.20 1999/05/31 04:48:32 steve Exp $ # DISTNAME= xfed @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.ORG IGNOREFILES= ${DISTFILES} USE_IMAKE= yes MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f -WRKSRC= ${WRKDIR}/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/xfed +WRKSRC= ${WRKDIR}/xfed MAN1= xfed.1 .include <bsd.port.mk> |