From da4d38c1de4f08139a6b69c4f736a49d135d70c5 Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 9 Mar 2005 15:30:36 +0000 Subject: Get rid of the ORBIT_{MAJOR,MINOR} variables and instead directly put the version number where appropriate. They are useless. --- net/ORBit/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'net/ORBit') diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index bc6a9da6ae1..0d01a9038b8 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.111 2005/01/24 22:13:52 tv Exp $ +# $NetBSD: Makefile,v 1.112 2005/03/09 15:30:36 jmmv Exp $ -DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} +DISTNAME= ORBit-0.5.17 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit/0.${ORBIT_MAJOR}/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit/0.5/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org @@ -24,10 +24,6 @@ CONFIGURE_ENV+= LIB_WRAP="-lwrap" PKGCONFIG_OVERRIDE+= ORBit.pc.in PKGCONFIG_OVERRIDE+= libIDL/libIDL.pc.in -# for DISTNAME, PKGNAME -ORBIT_MAJOR= 5 -ORBIT_MINOR= 17 - INFO_FILES= libIDL.info .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3