diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-05-27 12:54:54 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-05-27 12:54:54 +0800 |
commit | 5a6077f2ec8fde96ec066ad0c3269f4787ff1cba (patch) | |
tree | 0fc6387a93e37ad6e5fa49f815cb80ba8a2573cc /devel | |
parent | f027e9caf0cc37766ef076920836d9f6c4c68c4c (diff) | |
download | freebsd-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/Makefile | 1 |
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> |