diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-08 23:24:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-08 23:24:34 +0800 |
commit | 38b47ccf560457fff0bedffea66e40f7d494076b (patch) | |
tree | 4935b9620e1bbb8a36a4269589c05991bfac9dc1 /devel/binutils | |
parent | ae6ec1a230266cdb43ae1f8ce7f9074156819b1b (diff) | |
download | freebsd-ports-gnome-38b47ccf560457fff0bedffea66e40f7d494076b.tar.gz freebsd-ports-gnome-38b47ccf560457fff0bedffea66e40f7d494076b.tar.zst freebsd-ports-gnome-38b47ccf560457fff0bedffea66e40f7d494076b.zip |
- Make sure include/ansidecl.h gets really removed
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index ff773de30876..1396e660f9b5 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -76,5 +76,6 @@ post-install: ${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} @${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} -type d | \ ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + ${RM} ${STAGEDIR}${PREFIX}/include/ansidecl.h .include <bsd.port.mk> |