diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-20 12:02:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-20 12:02:12 +0000 |
commit | c0c607c38c772ad586d7d2289353c166c4e6e9ba (patch) | |
tree | 6f126d8cc337ca4c5c545e1b6c6772e1096cb7ff /graphics/xv-m17n | |
parent | 9a49984dd00c022b1d3f0f63cfbf33042621c260 (diff) | |
download | ports-c0c607c38c772ad586d7d2289353c166c4e6e9ba.tar.gz ports-c0c607c38c772ad586d7d2289353c166c4e6e9ba.zip |
Notes
Diffstat (limited to 'graphics/xv-m17n')
-rw-r--r-- | graphics/xv-m17n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile index 6a87cfb77015..9e233dcd59e8 100644 --- a/graphics/xv-m17n/Makefile +++ b/graphics/xv-m17n/Makefile @@ -7,15 +7,15 @@ PKGNAMESUFFIX= -m17n -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= An X11 program that displays images of various formats with multilingualization -MASTERDIR= ${.CURDIR}/../../graphics/xv +MASTERDIR= ${.CURDIR}/../xv PKGDIR= ${.CURDIR} MAKE_ENV= LOCALE_EXTENSION=-DTV_MULTILINGUAL -RUN_DEPENDS= xv:${.CURDIR}/../../graphics/xv +RUN_DEPENDS= xv:${.CURDIR}/../xv NOMAN= yes |