FreeBSD Bugzilla – Attachment 132006 Details for
Bug 176194
[PATCH] graphics/tifmerge: Simplify Makefile, remove dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0002-graphics-tifmerge-Use-NO_WRKSUBDIR.patch
0002-graphics-tifmerge-Use-NO_WRKSUBDIR.patch (text/plain), 1.10 KB, created by
Christoph Mallon
on 2013-02-16 16:10:00 UTC
(
hide
)
Description:
0002-graphics-tifmerge-Use-NO_WRKSUBDIR.patch
Filename:
MIME Type:
Creator:
Christoph Mallon
Created:
2013-02-16 16:10:00 UTC
Size:
1.10 KB
patch
obsolete
>From 24c6ee76acc7f81265a5d4db214bfe83221fe802 Mon Sep 17 00:00:00 2001 >From: Christoph Mallon <christoph.mallon@gmx.de> >Date: Sat, 16 Feb 2013 16:06:39 +0100 >Subject: [PATCH 2/2] graphics/tifmerge: Use NO_WRKSUBDIR. > >--- > graphics/tifmerge/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile >index 2546188..3c347cd 100644 >--- a/graphics/tifmerge/Makefile >+++ b/graphics/tifmerge/Makefile >@@ -14,6 +14,7 @@ DISTNAME= tiff > MAINTAINER= ports@FreeBSD.org > COMMENT= Library to merge TIFF files into multi-page TIFF files > >+NO_WRKSUBDIR= yes > USE_DOS2UNIX= *.[ch] > USE_LDCONFIG= yes > USE_ZIP= yes >@@ -21,9 +22,8 @@ DIST_SUBDIR= tifmerge > MAN3= tifmerge.3 > > post-extract: >- @${MKDIR} ${WRKSRC} >- @${MV} ${WRKDIR}/TIFMERGE.H ${WRKSRC}/tifmerge.h >- @${MV} ${WRKDIR}/TIFMERGE.C ${WRKSRC}/tifmerge.c >+ @${MV} ${WRKSRC}/TIFMERGE.H ${WRKSRC}/tifmerge.h >+ @${MV} ${WRKSRC}/TIFMERGE.C ${WRKSRC}/tifmerge.c > @${CP} ${FILESDIR}/Makefile ${WRKSRC} > @${SED} -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/tifmerge.3 > \ > ${WRKSRC}/tifmerge.3 >-- >1.8.1.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 176194
:
132005
| 132006