diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-20 22:35:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-20 22:35:32 +0800 |
commit | 17c875b9660d815cd45107444d0d45d44894600c (patch) | |
tree | 41cbd2f4dfbdd93cb7d5dec336eea25046ac034b | |
parent | 60cb4e6d8741d3591fedbadb366bfbb9d733c995 (diff) | |
download | freebsd-ports-gnome-17c875b9660d815cd45107444d0d45d44894600c.tar.gz freebsd-ports-gnome-17c875b9660d815cd45107444d0d45d44894600c.tar.zst freebsd-ports-gnome-17c875b9660d815cd45107444d0d45d44894600c.zip |
Fix plist.
PR: 59508
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
-rw-r--r-- | textproc/highlight/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/highlight/pkg-plist b/textproc/highlight/pkg-plist index 3c381811bb3e..86d52a40254a 100644 --- a/textproc/highlight/pkg-plist +++ b/textproc/highlight/pkg-plist @@ -107,7 +107,8 @@ bin/highlight %%DATADIR%%/themes/matlab.style %%DATADIR%%/themes/navy.style %%DATADIR%%/themes/neon.style -%%DATADIR%%/themes/neon2.style %%DATADIR%%/themes/night.style +%%DATADIR%%/themes/neon2.style +%%DATADIR%%/themes/night.style %%DATADIR%%/themes/nightvision.style %%DATADIR%%/themes/peachy.style %%DATADIR%%/themes/print.style |