Don't include "lib/zsh/libzsh-4.0.2.so" into package list under SunOS.

This fixes PR pkg/14032 by Stoned Elipot.
This commit is contained in:
tron 2001-09-23 21:23:59 +00:00
parent 23faead985
commit 6be67edaa8
3 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2001/09/23 21:20:35 tron Exp $
# $NetBSD: Makefile,v 1.27 2001/09/23 21:23:59 tron Exp $
DISTNAME= zsh-4.0.2
CATEGORIES= shells
@ -23,7 +23,11 @@ PLIST_SUBST+= PKGVERSION="${PKGVERSION}"
CONFIGURE_ARGS+=--disable-dynamic
LDFLAGS+= -static
.else
.if ${OPSYS} == "SunOS"
PLIST_SRC= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST
.else
PLIST_SRC= ${PKGDIR}/PLIST.shlibs ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST
.endif
.endif
post-install:

View file

@ -1,5 +1,4 @@
@comment $NetBSD: PLIST.dynamic,v 1.4 2001/09/23 21:20:35 tron Exp $
lib/zsh/libzsh-${PKGVERSION}.so
@comment $NetBSD: PLIST.dynamic,v 1.5 2001/09/23 21:24:00 tron Exp $
lib/zsh/${PKGVERSION}/zsh/rlimits.so
lib/zsh/${PKGVERSION}/zsh/sched.so
lib/zsh/${PKGVERSION}/zsh/cap.so

View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST.shlibs,v 1.1 2001/09/23 21:24:00 tron Exp $
lib/zsh/libzsh-${PKGVERSION}.so