diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:19:45 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:19:45 +0000 |
commit | 6854ec6d13b6f1b36d8de64cce0a40e93fbfa900 (patch) | |
tree | 9b31b5f4668a38245795abc1d139a8d17c9a7f33 /x11 | |
parent | aea87805a3433ef13b95bac4af518a3846ba708e (diff) | |
download | pkgsrc-6854ec6d13b6f1b36d8de64cce0a40e93fbfa900.tar.gz |
Remove unused lines.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-server/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/x11/xorg-server/Makefile b/x11/xorg-server/Makefile index aae4275e2e4..3876a5b6f29 100644 --- a/x11/xorg-server/Makefile +++ b/x11/xorg-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 04:52:40 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/29 05:19:45 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-server-${XORG_VER} @@ -43,18 +43,6 @@ SUBST_SED.stubs= -e '/$$(INSTALL).*libfntstubs.a/ d' SUBST_SED.stubs+= -e '/$$(RANLIB).*libfntstubs.a/ d' SUBST_MESSAGE.stubs= "Fixing stubs Makefile." -.if 0 -SUBST_CLASSES= mods -SUBST_STAGE.mods= post-configure -SUBST_FILES.mods= lib/font/Speedo/module/speedomod.c \ - lib/font/bitmap/module/bitmapmod.c \ - lib/font/Type1/module/type1mod.c \ - lib/font/FreeType/module/ftmodule.c \ - lib/font/X-TrueType/module/xttmodule.c -SUBST_SED.mods= -e "s,XORG_VERSION_CURRENT,NULL," -SUBST_MESSAGE.mods= "Fixing font modules." -.endif - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "NetBSD" |