diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-31 04:48:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-31 04:48:32 +0000 |
commit | c6a9c0fbd9b194d83a66eabfdefb2378afbde0b8 (patch) | |
tree | bc6785735d08eabc9e4a01e6f28fa26a711314f5 /x11-fonts/xfed | |
parent | 7334e5c303799bfe61dbef900f9b8d188a0357c3 (diff) | |
download | ports-c6a9c0fbd9b194d83a66eabfdefb2378afbde0b8.tar.gz ports-c6a9c0fbd9b194d83a66eabfdefb2378afbde0b8.zip |
Notes
Diffstat (limited to 'x11-fonts/xfed')
-rw-r--r-- | x11-fonts/xfed/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile index 2c477d773822..5e5afc2bcc83 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.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> |