svn commit: r329756 - head/java/openjdk6

Jung-uk Kim jkim at FreeBSD.org
Tue Oct 8 05:35:39 UTC 2013


Author: jkim
Date: Tue Oct  8 05:35:39 2013
New Revision: 329756
URL: http://svnweb.freebsd.org/changeset/ports/329756

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

Modified:
  head/java/openjdk6/Makefile

Modified: head/java/openjdk6/Makefile
==============================================================================
--- head/java/openjdk6/Makefile	Tue Oct  8 05:32:47 2013	(r329755)
+++ head/java/openjdk6/Makefile	Tue Oct  8 05:35:39 2013	(r329756)
@@ -321,9 +321,6 @@ do-install:
 	    ${STAGEDIR}${PREFIX}/openjdk6-fastdebug/jre/lib/${ARCH}
 .endif
 .endif
-
-post-install:
-	@${RM} -f ${TMPPLIST}
 	@${ECHO} "#!/bin/sh" > ${PKGDEINSTALL}
 	@${ECHO} "#!/bin/sh" > ${PKGINSTALL}
 .if defined(BUILD_JRE)


More information about the svn-ports-head mailing list