summaryrefslogtreecommitdiff
path: root/emulators/suse_compat
diff options
context:
space:
mode:
authortron <tron>2001-02-26 21:24:24 +0000
committertron <tron>2001-02-26 21:24:24 +0000
commit4d1b94a5927ba998efbb0f4e8eea2e75078a8e5d (patch)
treece97656a71b7eec72cb3ca7ad99ef70d4586b61e /emulators/suse_compat
parentd3b6aa07dc4a226c0e487cb978f4409ee66bd01c (diff)
downloadpkgsrc-4d1b94a5927ba998efbb0f4e8eea2e75078a8e5d.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/suse_compat')
-rw-r--r--emulators/suse_compat/Makefile7
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"