diff options
author | salo <salo> | 2004-08-16 11:54:20 +0000 |
---|---|---|
committer | salo <salo> | 2004-08-16 11:54:20 +0000 |
commit | fc0c646e06436b8bb8b25c596ca72febde293297 (patch) | |
tree | c5b3132bbca6b275c3ae6b18ca998f0afc32d233 /misc/brs/Makefile | |
parent | 407a3113acac136d3bbfb7150929d29fe3871dd9 (diff) | |
download | pkgsrc-fc0c646e06436b8bb8b25c596ca72febde293297.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/Makefile | 13 |
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" |