updated freebsd install makefile

git-svn-id: trunk@41026 -
This commit is contained in:
mattias 2013-05-04 20:19:35 +00:00
parent 3c7bf9b43b
commit c2f04ef2f0
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ pre-install:
@${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
do-install:
.for DIRE in components converter debugger designer doceditor ide ideintf images install languages lcl lazarus.app \
.for DIRE in components converter debugger designer doceditor ide images install languages lcl lazarus.app \
packager tools units
@${MKDIR} ${DATADIR}/${DIRE}
@cd ${WRKSRC}/${DIRE} && \

View File

@ -8,4 +8,4 @@
+LAZARUS_INSTALL_DIR=%%DATADIR%%
endif
ifeq ($(FULL_TARGET),i386-linux)
override TARGET_DIRS+=lcl components packager/registration ideintf designer packager
override TARGET_DIRS+=lcl components packager/registration designer packager