diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-20 20:02:12 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-20 20:02:12 +0800 |
commit | 54e32a55df8d48a30d335ff7d815a833eabf5c00 (patch) | |
tree | 67a7b8a19cfc1a865c7e8fbc52909246eaf4dfad /graphics/xv-m17n | |
parent | d685040cf3354e919c8fed201cacf865522e2731 (diff) | |
download | freebsd-ports-gnome-54e32a55df8d48a30d335ff7d815a833eabf5c00.tar.gz freebsd-ports-gnome-54e32a55df8d48a30d335ff7d815a833eabf5c00.tar.zst freebsd-ports-gnome-54e32a55df8d48a30d335ff7d815a833eabf5c00.zip |
- take maintainership
- cleanup paths
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 |