diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-02-09 13:04:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-02-09 13:04:32 +0000 |
commit | b7c81b87fa8065a65514fdac73ceb0d03c5a6faf (patch) | |
tree | 39acebfc48079267ad9dae6e2c475de1a27a2589 /editors | |
parent | - Change from static plist to dynamic one, maintaining a plist for such a mon... (diff) |
- removed unwanted lines from makefile
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268823
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 8873ca97e4db..241f6b5ba519 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -289,9 +289,6 @@ post-extract: @${MV} ${WRKDIR}/${PORTNAME}-${component}-${LOVERSION}/* ${WRKSRC}/build/${PORTNAME}/ @${RMDIR} ${WRKDIR}/${PORTNAME}-${component}-${LOVERSION}/ .endfor - @${MV} ${WRKDIR}/${PORTNAME}-brand-freebsd/*.png ${WRKSRC}/build/${PORTNAME}/artwork/brand/ - @${MV} ${WRKDIR}/${PORTNAME}-brand-freebsd/shell*.png ${WRKSRC}/build/${PORTNAME}/artwork/brand/shell - @${RMDIR} ${WRKDIR}/${PORTNAME}-brand-freebsd @${TOUCH} ${WRKSRC}/build/${PORTNAME}/unpack @${MKDIR} ${WRKSRC}/clone @${TOUCH} ${WRKSRC}/clone/repos_changed |