Remove few lines added for testing at the last minute. This fixes plist.

This commit is contained in:
Jung-uk Kim 2013-10-08 05:35:39 +00:00
parent 524b34b077
commit 46d7e6673b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329756

View file

@ -321,9 +321,6 @@ do-install:
${STAGEDIR}${PREFIX}/openjdk6-fastdebug/jre/lib/${ARCH} ${STAGEDIR}${PREFIX}/openjdk6-fastdebug/jre/lib/${ARCH}
.endif .endif
.endif .endif
post-install:
@${RM} -f ${TMPPLIST}
@${ECHO} "#!/bin/sh" > ${PKGDEINSTALL} @${ECHO} "#!/bin/sh" > ${PKGDEINSTALL}
@${ECHO} "#!/bin/sh" > ${PKGINSTALL} @${ECHO} "#!/bin/sh" > ${PKGINSTALL}
.if defined(BUILD_JRE) .if defined(BUILD_JRE)