diff options
author | mat <mat@FreeBSD.org> | 2015-04-11 05:14:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-11 05:14:40 +0800 |
commit | 780d2390790b49ef0ec7f622236be0690489c995 (patch) | |
tree | 59b2df5b77454da9e0b481ee9b429a4deda1282e /graphics | |
parent | c14ced0780ca23109d94cbe77730ae09bf85dcea (diff) | |
download | freebsd-ports-gnome-780d2390790b49ef0ec7f622236be0690489c995.tar.gz freebsd-ports-gnome-780d2390790b49ef0ec7f622236be0690489c995.tar.zst freebsd-ports-gnome-780d2390790b49ef0ec7f622236be0690489c995.zip |
Don't let xv change its name when options change.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv-m17n/Makefile | 2 | ||||
-rw-r--r-- | graphics/xv/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile index 13d153cd7ae4..8685f7551246 100644 --- a/graphics/xv-m17n/Makefile +++ b/graphics/xv-m17n/Makefile @@ -8,4 +8,6 @@ MASTERDIR= ${.CURDIR}/../xv OPTIONS_SLAVE= M17N +PKGNAMESUFFIX= -m17n${PKGNAMESUFFIX2} + .include "${MASTERDIR}/Makefile" diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 5f26369cc59a..d1b8bac4ba86 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -38,7 +38,6 @@ CFLAGS:= ${CFLAGS:S/-O2//g} .endif .if ${PORT_OPTIONS:MM17N} -PKGNAMESUFFIX= -m17n${PKGNAMESUFFIX2} MAKE_ENV= LOCALE_EXTENSION=-DTV_MULTILINGUAL DESCR= ${FILESDIR}/pkg-descr .endif |