summaryrefslogtreecommitdiff
path: root/devel/opencm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-20 18:15:37 +0000
committerjlam <jlam@pkgsrc.org>2006-03-20 18:15:37 +0000
commit4f86bcfec5555230da41b4d94c900395b16b4141 (patch)
tree0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /devel/opencm/Makefile
parent52ba4711325c7f3c8cef95c685f630d8d52447fd (diff)
downloadpkgsrc-4f86bcfec5555230da41b4d94c900395b16b4141.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/Makefile')
-rw-r--r--devel/opencm/Makefile7
1 files changed, 3 insertions, 4 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"