diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 13:32:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 13:32:49 +0000 |
commit | 4beada6cfc2d16704e5bf5c4d18dd5bca9fbc327 (patch) | |
tree | 7e1fb1843e7d26cb2f236ca53426469714be3854 | |
parent | 418d4fb087ef9f59ca97e8ebdb04770984111e44 (diff) | |
download | ports-4beada6cfc2d16704e5bf5c4d18dd5bca9fbc327.tar.gz ports-4beada6cfc2d16704e5bf5c4d18dd5bca9fbc327.zip |
Put back empty dir in plist
Notes
Notes:
svn path=/head/; revision=375161
-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 |