diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-02-03 14:21:00 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-02-03 14:21:00 +0000 |
commit | 1be0d085d1ee34087b5a9eeedd3055651060e600 (patch) | |
tree | 31242de8ae3b3e35c6862aa7c0fe884be455a756 /x11 | |
parent | 48d9bf970b44bb0e26f62cc27ce6a40d0a93762f (diff) | |
download | ports-1be0d085d1ee34087b5a9eeedd3055651060e600.tar.gz ports-1be0d085d1ee34087b5a9eeedd3055651060e600.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/luit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/luit/Makefile b/x11/luit/Makefile index 40610108ecb4..16fca9ba908e 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -7,6 +7,7 @@ PORTNAME= luit PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,6 +16,8 @@ COMMENT= Locale and ISO 2022 support for Unicode terminals XORG_CAT= app USE_XORG= x11 fontenc +CONFIGURE_ARGS= --datadir=${LOCALBASE}/lib + PLIST_FILES= bin/luit MAN1= luit.1 |