svn commit: r311022 - head/graphics/xv-m17n

Dirk Meyer dinoex at FreeBSD.org
Sat Jan 26 15:35:47 UTC 2013


Author: dinoex
Date: Sat Jan 26 15:35:47 2013
New Revision: 311022
URL: http://svnweb.freebsd.org/changeset/ports/311022

Log:
  - cleanup header
  - fix regression if build in /usr/ports/local

Modified:
  head/graphics/xv-m17n/Makefile

Modified: head/graphics/xv-m17n/Makefile
==============================================================================
--- head/graphics/xv-m17n/Makefile	Sat Jan 26 15:26:27 2013	(r311021)
+++ head/graphics/xv-m17n/Makefile	Sat Jan 26 15:35:47 2013	(r311022)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xv-m17n
-# Date created:		07 Oct 1998
-# Whom:			Shigeyuki FUKUSHIMA <shige at FreeBSD.org>
-#
+# Created by: Shigeyuki FUKUSHIMA <shige at FreeBSD.org>
 # $FreeBSD$
-#
 
 PKGNAMESUFFIX=	-m17n
 
@@ -15,7 +11,7 @@ PKGDIR=		${.CURDIR}
 
 MAKE_ENV=	LOCALE_EXTENSION=-DTV_MULTILINGUAL
 
-RUN_DEPENDS=	xv:${PORTSDIR}/graphics/xv
+RUN_DEPENDS=	xv:${PORTSDIR}/${PKGCATEGORY}/xv
 
 NOMAN=		yes
 


More information about the svn-ports-head mailing list