svn commit: r375161 - head/lang/gcl

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 13:32:51 UTC 2014


Author: antoine
Date: Sun Dec 21 13:32:49 2014
New Revision: 375161
URL: https://svnweb.freebsd.org/changeset/ports/375161
QAT: https://qat.redports.org/buildarchive/r375161/

Log:
  Put back empty dir in plist

Modified:
  head/lang/gcl/Makefile

Modified: head/lang/gcl/Makefile
==============================================================================
--- head/lang/gcl/Makefile	Sun Dec 21 13:20:52 2014	(r375160)
+++ head/lang/gcl/Makefile	Sun Dec 21 13:32:49 2014	(r375161)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcl
 PORTVERSION=	2.6.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang tcl tk
 MASTER_SITES=	GNU
 
@@ -52,6 +52,7 @@ PLIST_FILES=	bin/gcl \
 		${FILES_LSP:S|^|lib/${DISTNAME}/lsp/|} \
 		${PCL_FILES:S|^|lib/${DISTNAME}/pcl/|} \
 		${FILES_UNIXPORT:S|^|lib/${DISTNAME}/unixport/|}
+PLIST_DIRS=	lib/${DISTNAME}/pcl
 
 ONLY_FOR_ARCHS=	amd64 i386
 


More information about the svn-ports-head mailing list