diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-21 21:32:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-21 21:32:49 +0800 |
commit | 69014e2e5bdfaea418ba264904eab3f118246669 (patch) | |
tree | 7e1fb1843e7d26cb2f236ca53426469714be3854 /lang/gcl | |
parent | 9114422f5a0b76539b7488ef5aab9a9734b54ef0 (diff) | |
download | freebsd-ports-gnome-69014e2e5bdfaea418ba264904eab3f118246669.tar.gz freebsd-ports-gnome-69014e2e5bdfaea418ba264904eab3f118246669.tar.zst freebsd-ports-gnome-69014e2e5bdfaea418ba264904eab3f118246669.zip |
Put back empty dir in plist
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index a38109a1e731..32c414de8442 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -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 |