1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Whitespace.

This commit is contained in:
Jimmy Olgeni 2006-02-05 16:10:20 +00:00
parent 1172a018a2
commit 630098b2e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155265

View File

@ -31,14 +31,14 @@ IGNORE= you must manually fetch the source distribution (${DISTFILES}) from ${D
.if ${OSVERSION} >= 500000
post-patch:
@${CAT} ${FILESDIR}/bin_runide.sh.diff | ${PATCH} ${WRKSRC}/bin/runide.sh
@${RM} ${WRKSRC}/bin/runide.sh.orig
@${CAT} ${FILESDIR}/bin_runide.sh.diff | ${PATCH} ${WRKSRC}/bin/runide.sh
@${RM} ${WRKSRC}/bin/runide.sh.orig
.endif
do-install:
@${MKDIR} ${PREFIX}/netbeans3
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans3
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans3
@${LN} -sf ${PREFIX}/netbeans3/bin/runide.sh ${PREFIX}/bin/netbeans3
@${MKDIR} ${PREFIX}/netbeans3
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans3
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans3
@${LN} -sf ${PREFIX}/netbeans3/bin/runide.sh ${PREFIX}/bin/netbeans3
.include <bsd.port.post.mk>