diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
commit | 741aecb60794fe08a7a2c61bfcc516bee56c6a2b (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /devel/opencm | |
parent | 6132a5c7603ce3eb9c6eaaf83c45b47f9e30fa6d (diff) | |
download | pkgsrc-741aecb60794fe08a7a2c61bfcc516bee56c6a2b.tar.gz |
* Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
Diffstat (limited to 'devel/opencm')
-rw-r--r-- | devel/opencm/Makefile | 7 | ||||
-rw-r--r-- | devel/opencm/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/opencm/Makefile b/devel/opencm/Makefile index 5f21f16cb73..67bc60e6c3e 100644 --- a/devel/opencm/Makefile +++ b/devel/opencm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/03/05 16:27:25 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2006/03/20 18:15:38 jlam Exp $ # DISTNAME= ${OPENCM_VERSION}-2-src @@ -15,7 +15,6 @@ COMMENT= Secure, high-integrity replacement for CVS WRKSRC= ${WRKDIR}/${OPENCM_VERSION}/base USE_TOOLS+= gmake gzip makeinfo GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --infodir=${PREFIX}/${INFO_DIR} CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl} OPENCM_VERSION= opencm-0.1.2alpha8 @@ -23,13 +22,13 @@ OPENCM_VERSION= opencm-0.1.2alpha8 CONF_FILES= ${PREFIX}/share/examples/opencm/opencm.conf \ ${PKG_SYSCONFDIR}/opencm.conf -INFO_FILES= opencm.info +INFO_FILES= # PLIST CPPFLAGS+= -D__unix__ MAKE_ENV+= GZIP_CMD=${GZIP_CMD:Q} post-install: - gzip -d ${PREFIX}/info/opencm.info.gz + gzip -d ${PREFIX}/${PKGINFODIR}/opencm.info.gz .include "../../devel/boehm-gc/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" diff --git a/devel/opencm/PLIST b/devel/opencm/PLIST index e63f25f4a4e..0cc0b51518e 100644 --- a/devel/opencm/PLIST +++ b/devel/opencm/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2004/12/04 23:37:14 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/03/20 18:15:38 jlam Exp $ bin/cm +info/opencm.info share/examples/opencm/opencm.conf share/opencm/help/add.help share/opencm/help/adduser.help |