diff options
author | tv <tv@pkgsrc.org> | 2006-05-04 16:39:53 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-05-04 16:39:53 +0000 |
commit | 60ae9a38c446811774355e3feffa94933c3b51f3 (patch) | |
tree | 8e935fe6f062a75be76df425e730c07f56c58ff2 | |
parent | 538799d3f5697be1bfb934ed81447ea38baa613d (diff) | |
download | pkgsrc-60ae9a38c446811774355e3feffa94933c3b51f3.tar.gz |
I meant to remove that bogus "xpost-patch" a long time ago -- GC it.
-rw-r--r-- | graphics/fujiplay/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile index 82231340d7b..840ab03b661 100644 --- a/graphics/fujiplay/Makefile +++ b/graphics/fujiplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/22 09:22:09 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/04 16:39:53 tv Exp $ # DISTNAME= fujiplay @@ -24,14 +24,6 @@ SUBST_FILES.cvsid= fujiplay.c INSTALLATION_DIRS= bin -xpost-patch: - cd ${WRKSRC} ; ${MV} fujiplay.c fujiplay.c.orig2 ; \ - ${SED} \ - -e '791,794s/^/"/g' \ - -e '791,793s/$$/\\n"/' \ - -e '790,790s/".*$$//' \ - <fujiplay.c.orig2 >fujiplay.c - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fujiplay ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/yycc2ppm ${PREFIX}/bin |