svn commit: r402231 - head/databases/phpmyadmin

Matthew Seaman matthew at FreeBSD.org
Sun Nov 22 15:17:41 UTC 2015


Author: matthew
Date: Sun Nov 22 15:17:40 2015
New Revision: 402231
URL: https://svnweb.freebsd.org/changeset/ports/402231

Log:
  Remove outdated comment.  pkg(8) handles empty dirs just fine, and the
  code was changed long ago to account for that.

Modified:
  head/databases/phpmyadmin/Makefile

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Sun Nov 22 14:55:52 2015	(r402230)
+++ head/databases/phpmyadmin/Makefile	Sun Nov 22 15:17:40 2015	(r402231)
@@ -68,9 +68,6 @@ USE_PHP+=	${opt:tl}
 
 .SILENT:
 
-# When creating a package, empty directories will not be generated
-# from the pkg tarball.	 Therefore make sure no directories are empty.
-
 post-patch:
 	cd ${WRKSRC} ; \
 	${CP} ${FILESDIR}/${CFG_FILE}.sample ${WRKSRC}/${CFG_FILE}.sample ; \


More information about the svn-ports-all mailing list