aboutsummaryrefslogtreecommitdiff
path: root/print/panda
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 17:51:08 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 17:51:08 +0000
commit2a0554a7c5a2b688a7433a9a5300e2ed5a82712c (patch)
tree6836dacbd57e15e38ab58743eaba52b99e9d1ef6 /print/panda
parentf898e749702c154f58483a3482ede3f5c3df4deb (diff)
downloadports-2a0554a7c5a2b688a7433a9a5300e2ed5a82712c.tar.gz
ports-2a0554a7c5a2b688a7433a9a5300e2ed5a82712c.zip
Fix build.
PR: ports/54376 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=84693
Diffstat (limited to 'print/panda')
-rw-r--r--print/panda/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/panda/Makefile b/print/panda/Makefile
index 4540e0a24f7f..40b30ce218f2 100644
--- a/print/panda/Makefile
+++ b/print/panda/Makefile
@@ -31,15 +31,15 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+post-extract:
+.for file in config.sub config.guess
+ @${RM} ${WRKSRC}/config/${file} && ${TOUCH} ${WRKSRC}/config/${file}
+.endfor
+
post-patch:
@${REINPLACE_CMD} -e 's| -lpanda| \$$(top_srcdir)/libpanda.la|g' \
${WRKSRC}/examples/Makefile.in
-pre-configure:
-.for f in config.guess config.sub
- @${LN} -sf ${LOCALBASE}/share/libtool/${f} ${WRKSRC}/config
-.endfor
-
post-install:
${INSTALL_MAN} ${WRKSRC}/man/panda_*.3 ${MANPREFIX}/man/man3
.if !defined(NOPORTDOCS)