diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
commit | 75fd4a556369f574edc6cd6984a5b191d6999e25 (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/ontv | |
parent | 94d8a4430550bbc2a7bf95ad142ad7d14215cf8b (diff) | |
download | freebsd-ports-gnome-75fd4a556369f574edc6cd6984a5b191d6999e25.tar.gz freebsd-ports-gnome-75fd4a556369f574edc6cd6984a5b191d6999e25.tar.zst freebsd-ports-gnome-75fd4a556369f574edc6cd6984a5b191d6999e25.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
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 |