svn commit: r344736 - head/databases/pgtcl

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 17 13:16:27 UTC 2014


Author: gahr
Date: Mon Feb 17 13:16:26 2014
New Revision: 344736
URL: http://svnweb.freebsd.org/changeset/ports/344736
QAT: https://qat.redports.org/buildarchive/r344736/

Log:
  - Fix typo (fixes plist)

Modified:
  head/databases/pgtcl/Makefile

Modified: head/databases/pgtcl/Makefile
==============================================================================
--- head/databases/pgtcl/Makefile	Mon Feb 17 13:15:32 2014	(r344735)
+++ head/databases/pgtcl/Makefile	Mon Feb 17 13:16:26 2014	(r344736)
@@ -34,7 +34,7 @@ MASTER_SITES+=	SF/pgtclng/Manual/${MANUA
 
 PLIST_FILES=	lib/pgtcl/libpgtcl${PORTVERSION}.so \
 		lib/pgtcl/pkgIndex.tcl
-PLIST_DIRRM=	lib/pgtcl
+PLIST_DIRS=	lib/pgtcl
 PORTDOCS=	*
 
 post-configure:


More information about the svn-ports-all mailing list