aboutsummaryrefslogtreecommitdiff
path: root/graphics/libafterimage
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-05-21 07:21:53 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-05-21 07:21:53 +0000
commit1f2256b7adbd103db173c6aefc32ce12448af4b1 (patch)
treeed241c68e9756422f209deb121e3b36fe9697559 /graphics/libafterimage
parentc30ff94de40b68ff12e7ca3a729b46b9ab90f354 (diff)
downloadports-1f2256b7adbd103db173c6aefc32ce12448af4b1.tar.gz
ports-1f2256b7adbd103db173c6aefc32ce12448af4b1.zip
Reintroduce post-extract target. (I don't know why it was working before,
probably because I was testing changes to the port while already having it installed) Submitted by: krisbot
Notes
Notes: svn path=/head/; revision=135744
Diffstat (limited to 'graphics/libafterimage')
-rw-r--r--graphics/libafterimage/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile
index 14d5d758f2cf..5249c16249db 100644
--- a/graphics/libafterimage/Makefile
+++ b/graphics/libafterimage/Makefile
@@ -50,6 +50,9 @@ CONFIGURE_ARGS+= --disable-mmx-optimization
INSTALL_TARGET= install install.doc
.endif
+post-extract:
+ @${LN} -sf ${WRKSRC} ${WRKDIR}/libAfterImage
+
post-patch:
@${REINPLACE_CMD} -e 's|-lgif|-lungif|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \