diff options
author | mat <mat@FreeBSD.org> | 2014-11-25 01:05:20 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-25 01:05:20 +0800 |
commit | 67c52c8c26f4fa8a248e8bd1a27a8ab6e05415da (patch) | |
tree | 6dcacb0a98b52b28e754a33080f67eb3850d5371 /x11-toolkits/p5-Tk-TableMatrix | |
parent | cd3ccd8266641aac408862bd9f525bc67dbfd5a6 (diff) | |
download | freebsd-ports-gnome-67c52c8c26f4fa8a248e8bd1a27a8ab6e05415da.tar.gz freebsd-ports-gnome-67c52c8c26f4fa8a248e8bd1a27a8ab6e05415da.tar.zst freebsd-ports-gnome-67c52c8c26f4fa8a248e8bd1a27a8ab6e05415da.zip |
Remove SITE_ARCH/auto/Tk/pTk/extralibs.ld, it's empty, and conflicts.
Sponsored by: Absolight
Diffstat (limited to 'x11-toolkits/p5-Tk-TableMatrix')
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Tk-TableMatrix/Makefile b/x11-toolkits/p5-Tk-TableMatrix/Makefile index cc7c365e5d98..851c8f022337 100644 --- a/x11-toolkits/p5-Tk-TableMatrix/Makefile +++ b/x11-toolkits/p5-Tk-TableMatrix/Makefile @@ -3,7 +3,7 @@ PORTNAME= Tk-TableMatrix PORTVERSION= 1.23 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +18,9 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= X11LIB=${LOCALBASE}/lib X11INC=${LOCALBASE}/include +# This would conflict with x11-toolkits/p5-Tk +post-install: + @${RM} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/pTk/extralibs.ld + @${RMDIR} -p ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/pTk 2>/dev/null || : + .include <bsd.port.mk> |