diff options
author | tron <tron> | 2001-02-26 21:24:24 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-26 21:24:24 +0000 |
commit | b77f934c22dfa1f6af85c9b8b13e030828412b52 (patch) | |
tree | ce97656a71b7eec72cb3ca7ad99ef70d4586b61e /emulators | |
parent | a042689310f1ba0c2978225b82d0e45bd948776e (diff) | |
download | pkgsrc-b77f934c22dfa1f6af85c9b8b13e030828412b52.tar.gz |
Manually add "libncurses.so.2.1" to package list. This softlink is not
part of the RPM archive, it is created by "ldconfig".
This fixes PR pkg/12091 by Johnny C. Lam.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_compat/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile index b661c6798f7..e1aabde849e 100644 --- a/emulators/suse_compat/Makefile +++ b/emulators/suse_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/17 18:38:25 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/26 21:24:24 tron Exp $ DISTNAME= compat PKGNAME= suse_compat-${SUSE_VERSION} @@ -6,7 +6,7 @@ CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE:=a2/} EXTRACT_SUFX= .rpm -MAINTAINER= packages@netbsd.org +MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package with old shared libraries @@ -20,4 +20,7 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} +post-install: + ${ECHO} "${EMULSUBDIR}/usr/lib/libncurses.so.2.1" >>${PLIST_SRC} + .include "../suse_linux/Makefile.common" |