From 94c69e2ecebb165ab4e124935f88b2d2daf621bd Mon Sep 17 00:00:00 2001 From: bernd Date: Sun, 5 Apr 2009 15:47:53 +0000 Subject: [PATCH] Unbreak package names. (missing PKGNAME-main and PKGNAME-gnome) --- net/libproxy/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index ba6e6ba8b09..e22116c68d2 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -1,11 +1,14 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/04/04 10:07:31 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2009/04/05 15:47:53 bernd Exp $ SHARED_ONLY= Yes COMMENT-main= library handling all the details of proxy configuration COMMENT-gnome= plugin for GNOME -DISTNAME= libproxy-0.2.3 +VERSION= 0.2.3 +DISTNAME= libproxy-${VERSION} +PKGNAME-main= libproxy-${VERSION} +PKGNAME-gnome= libproxy-gnome-${VERSION} SHARED_LIBS += proxy 0.0 # .0.0 CATEGORIES= net