summaryrefslogtreecommitdiff
path: root/graphics/ida
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:14:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:14:50 +0000
commit42b9878de05e3fd31b1537c7fb21ea8d4260e335 (patch)
treefaaedbe6ae8110bb19ce982907b65ca7c487c291 /graphics/ida
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200773
Diffstat (limited to 'graphics/ida')
-rw-r--r--graphics/ida/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile
index a4d8434ca390..b43b57bd9827 100644
--- a/graphics/ida/Makefile
+++ b/graphics/ida/Makefile
@@ -33,14 +33,6 @@ PORTDOCS= README TODO INSTALL
PLIST_FILES= bin/exiftran bin/ida lib/X11/app-defaults/Ida
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|PRId32|"d"|g' -e 's|PRIx32|"x"|g' \
- ${WRKSRC}/tiff.c ${WRKSRC}/xwd.c
-.endif
-
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/exiftran ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -50,4 +42,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>