diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/ontv | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) | |
download | ports-cf104c570b6057a060aff137032968074d18b40d.tar.gz ports-cf104c570b6057a060aff137032968074d18b40d.zip |
Notes
Diffstat (limited to 'deskutils/ontv')
-rw-r--r-- | deskutils/ontv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/ontv/Makefile b/deskutils/ontv/Makefile index b905690a668c..bb9a36113d96 100644 --- a/deskutils/ontv/Makefile +++ b/deskutils/ontv/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: ontv -# Date created: 2006-07-24 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/ontv/Makefile,v 1.7 2007/07/23 21:02:59 mezz Exp $ -# PORTNAME= ontv PORTVERSION= 3.2.0 @@ -34,6 +30,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= ontv.schemas INSTALLS_ICONS= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local/lib/python2.6|${PYTHON_LIBDIR}|' \ ${WRKSRC}/bin/ontv |