Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 13:32:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375161 - head/lang/gcl
Message-ID:  <201412211332.sBLDWoe1030708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412211332.sBLDWoe1030708>