diff options
author | mat <mat@FreeBSD.org> | 2014-12-10 19:27:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-12-10 19:27:37 +0800 |
commit | 0bc2a796c53d1c9737fb0f1fac52ae74124d844e (patch) | |
tree | 6ecfeacf969df0ce7cb4334fde89a21d03cacb4a | |
parent | bfa8038ce316a6969cc8e1a8016ea022ed128947 (diff) | |
download | freebsd-ports-gnome-0bc2a796c53d1c9737fb0f1fac52ae74124d844e.tar.gz freebsd-ports-gnome-0bc2a796c53d1c9737fb0f1fac52ae74124d844e.tar.zst freebsd-ports-gnome-0bc2a796c53d1c9737fb0f1fac52ae74124d844e.zip |
Cleanup.
Sponsored by: Absolight
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index a53b553db078..2ee4ecb3664d 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -50,6 +50,7 @@ post-configure: post-stage: @${RM} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/pTk/extralibs.ld + @${RMDIR} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/pTk ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/Tk.so .for i in Canvas Compound Entry Event HList IO InputO JPEG Listbox Menubutton Mwm NBFrame PNG Pixmap Scale Scrollbar TList Text TixGrid WinPhoto X Xlib ${STRIP_CMD} \ |