summaryrefslogtreecommitdiff
path: root/misc/brs/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2004-08-16 11:54:20 +0000
committersalo <salo>2004-08-16 11:54:20 +0000
commit13ae4ccf61384db8b23f1faa9da6beb2f6b7c91a (patch)
treec5b3132bbca6b275c3ae6b18ca998f0afc32d233 /misc/brs/Makefile
parentd1b449e83378c27b11f3a4f98990fad994abe7c6 (diff)
downloadpkgsrc-13ae4ccf61384db8b23f1faa9da6beb2f6b7c91a.tar.gz
PKGREVISION++
- obey CFLAGS, use $(CC) instead of cc in Makefile - install data files in PREFIX/libdata/brs instead of PREFIX/lib, rewrite whole "install" target - correct paths in the manpage - fix a warning (could be error with some compilers?) in #endif
Diffstat (limited to 'misc/brs/Makefile')
-rw-r--r--misc/brs/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile
index 800a7a29589..159949efef1 100644
--- a/misc/brs/Makefile
+++ b/misc/brs/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2004/04/24 18:16:04 snj Exp $
+# $NetBSD: Makefile,v 1.5 2004/08/16 11:54:20 salo Exp $
+#
DISTNAME= brs.4.00.l1
PKGNAME= brs-4.0
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/religion/}
@@ -9,9 +11,14 @@ MAINTAINER= bcv@hub3.net
HOMEPAGE= http://bible.theverge.com/brs.html
COMMENT= Interactive King James Version Bible
-WRKSRC= ${WRKDIR}/bible
USE_BUILDLINK3= YES
-ALL_TARGET=
+WRKSRC= ${WRKDIR}/bible
+ALL_TARGET= bible
+
+SUBST_CLASSES+= man
+SUBST_STAGE.man= post-patch
+SUBST_FILES.man= bible.1
+SUBST_SED.man= -e s,/usr/local/lib,${PREFIX}/libdata/${PKGBASE},
.include "../../mk/bsd.pkg.mk"