aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-05-27 12:54:54 +0800
committerlawrance <lawrance@FreeBSD.org>2005-05-27 12:54:54 +0800
commit5a6077f2ec8fde96ec066ad0c3269f4787ff1cba (patch)
tree0fc6387a93e37ad6e5fa49f815cb80ba8a2573cc /devel
parentf027e9caf0cc37766ef076920836d9f6c4c68c4c (diff)
downloadfreebsd-ports-gnome-5a6077f2ec8fde96ec066ad0c3269f4787ff1cba.tar.gz
freebsd-ports-gnome-5a6077f2ec8fde96ec066ad0c3269f4787ff1cba.tar.zst
freebsd-ports-gnome-5a6077f2ec8fde96ec066ad0c3269f4787ff1cba.zip
No need to copy ${LTMAIN} into wrksrc. Fixes package build.
Approved by: clement (mentor, implicit)
Diffstat (limited to 'devel')
-rw-r--r--devel/libassa/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile
index ffd6a3cbf62e..b28215e18289 100644
--- a/devel/libassa/Makefile
+++ b/devel/libassa/Makefile
@@ -22,7 +22,6 @@ CONFIGURE_ARGS= --disable-html-docs --disable-static
INSTALLS_SHLIB= yes
post-patch:
- @${CP} ${LTMAIN} ${WRKSRC}
@${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>