Avoid double substitution in PLISTs. Unbreaks packaging.

Noticed by naddy@. Thanks.
This commit is contained in:
bernd 2006-01-13 16:40:20 +00:00
parent 2d6d020d38
commit 5e16ba13d8
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2006/01/06 17:23:25 bernd Exp $
# $OpenBSD: Makefile,v 1.16 2006/01/13 16:40:20 bernd Exp $
COMMENT= "GNOME Application Libs"
@ -6,8 +6,8 @@ VERSION= 2.4.3
API_VERSION= 2.4
DISTNAME= gal-${VERSION}
PKGNAME= gal2-${VERSION}p1
SHARED_LIBS= gal-${API_VERSION} 0.0 \
gal-a11y-${API_VERSION} 0.0
SHARED_LIBS= gal-2.4 0.0 \
gal-a11y-2.4 0.0
CATEGORIES= devel x11/gnome

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.8 2006/01/06 17:23:25 bernd Exp $
@lib lib/libgal-${API_VERSION}.so.${LIBgal-${API_VERSION}_VERSION}
@lib lib/libgal-a11y-${API_VERSION}.so.${LIBgal-a11y-${API_VERSION}_VERSION}
@comment $OpenBSD: PFRAG.shared,v 1.9 2006/01/13 16:40:20 bernd Exp $
@lib lib/libgal-${API_VERSION}.so.${LIBgal-2.4_VERSION}
@lib lib/libgal-a11y-${API_VERSION}.so.${LIBgal-a11y-2.4_VERSION}

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2006/01/06 12:24:55 bernd Exp $
@lib lib/libsigc-${V}.so.${LIBsigc-${V}_VERSION}
@comment $OpenBSD: PFRAG.shared,v 1.3 2006/01/13 16:40:20 bernd Exp $
@lib lib/libsigc-${V}.so.${LIBsigc-2.0_VERSION}