summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2015-11-22 15:17:40 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2015-11-22 15:17:40 +0000
commit525f891aa0f30bb4cdb85fb5a81bbb49a8e6ddda (patch)
tree1c6715fadc83c3e48a0524d955168575ac47a10c /databases
parenttextproc/kibana41: update 4.1.2 -> 4.1.3 (diff)
Remove outdated comment. pkg(8) handles empty dirs just fine, and the
code was changed long ago to account for that.
Notes
Notes: svn path=/head/; revision=402231
Diffstat (limited to 'databases')
-rw-r--r--databases/phpmyadmin/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index 6ba25cc3ec9e..3cab09af50a0 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -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 ; \