diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-02-17 01:39:07 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-02-17 01:39:07 +0000 |
commit | e6c6521d4f7cc327c186af0793a7a3c7d52a60b6 (patch) | |
tree | 3d51f90dca946735a17dbc3cff15e3d829dc32e3 /www/orangehrm/Makefile | |
parent | cf23106cd3cd460349469ffdc6087774a8e9cc32 (diff) |
Notes
Diffstat (limited to 'www/orangehrm/Makefile')
-rw-r--r-- | www/orangehrm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/orangehrm/Makefile b/www/orangehrm/Makefile index edebce9a309f..5376ad9ed5a2 100644 --- a/www/orangehrm/Makefile +++ b/www/orangehrm/Makefile @@ -6,9 +6,9 @@ # PORTNAME= orangehrm -PORTVERSION= 2.6.0.2 +PORTVERSION= 2.6.1 CATEGORIES= www misc -MASTER_SITES= SF/${PORTNAME}/stable/2.6 +MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Open Source Human Resource Management @@ -22,7 +22,8 @@ SUB_FILES= pkg-message HRMDIR= www/orangehrm pre-install: - @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s#${WRKSRC}#${HRMDIR}#g" >${PLIST} + @${FIND} -s -d ${WRKSRC} -type l | ${SED} "s#${WRKSRC}#${HRMDIR}#g" >${PLIST} + @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s#${WRKSRC}#${HRMDIR}#g" >>${PLIST} @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s#${WRKSRC}#@dirrm ${HRMDIR}#g" >> ${PLIST} do-install: |