aboutsummaryrefslogtreecommitdiff
path: root/devel/libassa
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-05-27 04:54:54 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-05-27 04:54:54 +0000
commitf951e0dd99681c2dd22f8fffc01b1e93daf11816 (patch)
treea7700fc7e57ab6cf1b8f4145b0485926562ac8f8 /devel/libassa
parent965ab41481e82128abd0f0ab381dee9fb738c270 (diff)
downloadports-f951e0dd99681c2dd22f8fffc01b1e93daf11816.tar.gz
ports-f951e0dd99681c2dd22f8fffc01b1e93daf11816.zip
No need to copy ${LTMAIN} into wrksrc. Fixes package build.
Approved by: clement (mentor, implicit)
Notes
Notes: svn path=/head/; revision=136239
Diffstat (limited to 'devel/libassa')
-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>