diff options
author | steve <steve@FreeBSD.org> | 1999-05-31 12:48:32 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-31 12:48:32 +0800 |
commit | b4eba04c7ac6777f83a28e3a1fe50146800a17f3 (patch) | |
tree | 3893b50fbe5fc9951bcb6f3ebe7e9202bd8f9935 /x11-fonts/xfed | |
parent | 5fc1fc1a36578aafb723786f9052af92877a9e38 (diff) | |
download | freebsd-ports-gnome-b4eba04c7ac6777f83a28e3a1fe50146800a17f3.tar.gz freebsd-ports-gnome-b4eba04c7ac6777f83a28e3a1fe50146800a17f3.tar.zst freebsd-ports-gnome-b4eba04c7ac6777f83a28e3a1fe50146800a17f3.zip |
Set ${WRKSRC} correctly so this builds again.
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> |