diff options
author | xtraeme <xtraeme> | 2004-01-24 09:12:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-24 09:12:52 +0000 |
commit | df60fac8e0a5b375335848b30ae185123be1e23d (patch) | |
tree | 2a0bfc6f56fac325ea7c48e1788a41856d10f43a | |
parent | a0fc7e017945cf7baa610f8e1103e6def34bfed4 (diff) | |
download | pkgsrc-df60fac8e0a5b375335848b30ae185123be1e23d.tar.gz |
s/wip/meta-pkgs/
-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} |