diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 17:51:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 17:51:08 +0000 |
commit | 2a0554a7c5a2b688a7433a9a5300e2ed5a82712c (patch) | |
tree | 6836dacbd57e15e38ab58743eaba52b99e9d1ef6 /print/panda | |
parent | f898e749702c154f58483a3482ede3f5c3df4deb (diff) |
Notes
Diffstat (limited to 'print/panda')
-rw-r--r-- | print/panda/Makefile | 10 |
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) |