Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 14:44:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350967 - head/devel/py-notify
Message-ID:  <201404111444.s3BEi2vj084451@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 11 14:44:01 2014
New Revision: 350967
URL: http://svnweb.freebsd.org/changeset/ports/350967
QAT: https://qat.redports.org/buildarchive/r350967/

Log:
  Support stage

Modified:
  head/devel/py-notify/Makefile

Modified: head/devel/py-notify/Makefile
==============================================================================
--- head/devel/py-notify/Makefile	Fri Apr 11 14:35:57 2014	(r350966)
+++ head/devel/py-notify/Makefile	Fri Apr 11 14:44:01 2014	(r350967)
@@ -9,28 +9,27 @@ MASTER_SITES=	http://www.galago-project.
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	A python bindings for libnotify
+COMMENT=	python bindings for libnotify
 
-LIB_DEPENDS=	notify.4:${PORTSDIR}/devel/libnotify
+OPTIONS_DEFINE=	DOCS
 
-USE_BZIP2=	yes
-USES=		gmake pkgconfig
-USE_GNOME=	gnomehack pygtk2
+LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
+
+USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME=	pygtk2
+INSTALL_TARGET=	install-strip
 USE_PYTHON=	2
 GNU_CONFIGURE=	yes
 
 DOCS=		AUTHORS COPYING ChangeLog NEWS
 
-NO_STAGE=	yes
 post-extract:
 	@${RM} ${WRKSRC}/src/pynotify.c
 
-.ifndef (NOPORTDOCS)
 post-install:
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${DOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111444.s3BEi2vj084451>