Date: Sun, 10 Feb 2013 09:20:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/174999: commit references a PR Message-ID: <201302100920.r1A9K1nQ087935@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/174999; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174999: commit references a PR Date: Sun, 10 Feb 2013 09:10:27 +0000 (UTC) Author: miwi Date: Sun Feb 10 09:10:15 2013 New Revision: 312016 URL: http://svnweb.freebsd.org/changeset/ports/312016 Log: - Respect PREFIX - pet portlint PR: 174999 Modified: head/multimedia/deforaos-player/Makefile Modified: head/multimedia/deforaos-player/Makefile ============================================================================== --- head/multimedia/deforaos-player/Makefile Sun Feb 10 09:08:47 2013 (r312015) +++ head/multimedia/deforaos-player/Makefile Sun Feb 10 09:10:15 2013 (r312016) @@ -5,8 +5,8 @@ PORTNAME= player PORTVERSION= 0.1.4 CATEGORIES= multimedia MASTER_SITES= http://www.defora.org/os/download/download/3708/ -DISTNAME= Player-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= Player-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop media player @@ -17,6 +17,7 @@ LIB_DEPENDS= System:${PORTSDIR}/devel/de Desktop:${PORTSDIR}/x11/deforaos-libdesktop RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer +MAKE_ARGS+= PREFIX=${PREFIX} USE_GNOME= gtk20 desktopfileutils USE_PKGCONFIG= build USE_GETTEXT= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302100920.r1A9K1nQ087935>