diff options
author | drochner <drochner@pkgsrc.org> | 2000-05-30 19:13:16 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-05-30 19:13:16 +0000 |
commit | deb7466e73ec36f062b651a6dd24779c0db28b6f (patch) | |
tree | 68f6914202fee78fd32d488752979cb161d85f17 /net/ORBit/Makefile | |
parent | 27365ed607066125e4231fc54c45b95b04ef47f5 (diff) | |
download | pkgsrc-deb7466e73ec36f062b651a6dd24779c0db28b6f.tar.gz |
update to 0.5.1
Sorry, didn't fing a list of changes in the distribution nor on the
website.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index b286ecbb1fe..c01b4767220 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2000/05/12 09:22:46 agc Exp $ +# $NetBSD: Makefile,v 1.30 2000/05/30 19:13:16 drochner Exp $ # -DISTNAME= ORBit-0.5.0 +DISTNAME= ORBit-0.5.1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNOME:=stable/releases/gnome-1.0.53/} +MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ @@ -25,4 +25,8 @@ do-build: -@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${.MAKEFLAGS} all -@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${.MAKEFLAGS} all +post-install: + cd ${WRKSRC}/popt; ${LIBTOOL} --mode=install \ + ${INSTALL_DATA} libpopt.la ${PREFIX}/lib + .include "../../mk/bsd.pkg.mk" |