diff options
author | asami <asami@FreeBSD.org> | 1998-12-26 22:23:20 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-26 22:23:20 +0000 |
commit | f6a9012bfb7812cedf07ee339d63a3285b3cc3fb (patch) | |
tree | 893bfbe32cc976993c2458dc86f779f85385d568 /x11-fonts/xfed | |
parent | 08517df8b374f8ec8eab4da102f5a04b456cfc73 (diff) | |
download | FreeBSD-ports-f6a9012bfb7812cedf07ee339d63a3285b3cc3fb.zip FreeBSD-ports-f6a9012bfb7812cedf07ee339d63a3285b3cc3fb.tar.gz |
Fix WRKSRC.
Diffstat (limited to 'x11-fonts/xfed')
-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 c31f8d5..2c477d7 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.17 1998/08/07 22:43:10 asami Exp $ +# $Id: Makefile,v 1.18 1998/10/04 17:38:36 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 pre-clean: |