diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-24 09:12:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-24 09:12:52 +0000 |
commit | 6900bc0b2720af912399de7f2e3404dac7172864 (patch) | |
tree | 2a0bfc6f56fac325ea7c48e1788a41856d10f43a /x11 | |
parent | ac478da46f43d2872369c0c10f0565f13342de3c (diff) | |
download | pkgsrc-6900bc0b2720af912399de7f2e3404dac7172864.tar.gz |
s/wip/meta-pkgs/
Diffstat (limited to 'x11')
-rw-r--r-- | x11/imake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/imake/Makefile b/x11/imake/Makefile index 69240997b6b..89520783644 100644 --- a/x11/imake/Makefile +++ b/x11/imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 08:43:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/24 09:12:52 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= imake-${XF_VER} @@ -24,7 +24,7 @@ DEPENDS+= flex-[0-9]*:../../devel/flex USE_GNU_TOOLS+= make .endif -.include "../../wip/XFree86/Makefile.common" +.include "../../meta-pkgs/XFree86/Makefile.common" post-extract: .for F in ${SYSTEMS} |