diff options
author | garbled <garbled@pkgsrc.org> | 1998-09-24 16:53:19 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-09-24 16:53:19 +0000 |
commit | 60f4ea5b8590d92d3123b8c51aae543c818960c2 (patch) | |
tree | 36eb3b665391294e72202e9a6d9ac3749b06e33a /x11/afterstep | |
parent | f588e99782b510372b53a97c9d75455eab078a56 (diff) | |
download | pkgsrc-60f4ea5b8590d92d3123b8c51aae543c818960c2.tar.gz |
Some read-only pkgsrc fixups..
Diffstat (limited to 'x11/afterstep')
-rw-r--r-- | x11/afterstep/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile index fbbc6fd819b..4143255b0c5 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/08/23 15:28:00 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/24 16:53:19 garbled Exp $ DISTNAME= AfterStep-1.4.5.0 PKGNAME= afterstep-1.450 @@ -18,11 +18,11 @@ USE_X11= yes INSTALL_TARGET= install install.man post-patch: - @${MV} ${WRKSRC}/configure.h foo - ${SED} -e 's@###x11###@${X11BASE}@g' < foo > ${WRKSRC}/configure.h - @${MV} ${WRKSRC}/afterdoc/afterstepdoc foo - ${SED} -e 's@###x11###@${X11BASE}@g' < foo > ${WRKSRC}/afterdoc/afterstepdoc - @${RM} -f foo + @${MV} ${WRKSRC}/configure.h ${WRKSRC}/foo + ${SED} -e 's@###x11###@${X11BASE}@g' < ${WRKSRC}/foo > ${WRKSRC}/configure.h + @${MV} ${WRKSRC}/afterdoc/afterstepdoc ${WRKSRC}/foo + ${SED} -e 's@###x11###@${X11BASE}@g' < ${WRKSRC}/foo > ${WRKSRC}/afterdoc/afterstepdoc + @${RM} -f ${WRKSRC}/foo ${TOUCH} ${WRKSRC}/apps/asload/asload.man ${TOUCH} ${WRKSRC}/apps/asprint/asprint.man ${TOUCH} ${WRKSRC}/modules/ASSound/ASSound.man |