diff options
author | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
commit | 6e7b5cf644158de0e1058472011e5e43a2964208 (patch) | |
tree | 952fea766de99c1f4b39d1e2deb68084fcb17624 /x11/fvwm1 | |
parent | 4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff) | |
download | pkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'x11/fvwm1')
-rw-r--r-- | x11/fvwm1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fvwm1/Makefile b/x11/fvwm1/Makefile index 43c095f93ad..74f08a8c02a 100644 --- a/x11/fvwm1/Makefile +++ b/x11/fvwm1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:49 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/24 09:20:37 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ MAINTAINER= cjs@netbsd.org DEPENDS+= xpm-3.4j:../../graphics/xpm -RUN_DEPENDS= xpmroot:${PORTSDIR}/x11/xpmroot +RUN_DEPENDS= xpmroot:../../x11/xpmroot USE_IMAKE= yes XMKMF= xmkmf && make Makefiles # drop -a because we have no `depends' target |