diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2005-01-12 16:25:59 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2005-01-12 16:25:59 +0000 |
commit | 4da68a3d4c18b14637233e1162174f9caa8d7de4 (patch) | |
tree | 74eb5e9075ec2acdc4cb9fac7907a4dc0b9bcd64 /x11 | |
parent | Update distinfo. (diff) |
Add additional files to PLIST_FILES.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gxset/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/gxset/Makefile b/x11/gxset/Makefile index cf47c01c8776..94e13b3b2569 100644 --- a/x11/gxset/Makefile +++ b/x11/gxset/Makefile @@ -24,6 +24,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes NOMAN= + PLIST_FILES= bin/gxset +PLIST_FILES+= share/locale/cs/LC_MESSAGES/gxset.mo +PLIST_FILES+= share/locale/da/LC_MESSAGES/gxset.mo +PLIST_FILES+= share/locale/ja/LC_MESSAGES/gxset.mo .include <bsd.port.mk> |