summaryrefslogtreecommitdiff
path: root/www/snownews/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-02-15 23:52:29 +0000
committerwiz <wiz@pkgsrc.org>2004-02-15 23:52:29 +0000
commit3314e180ccd7281098ba766f0db6b3f9d02569d2 (patch)
treedb9da61c852fd4b96573b6cc9c0ad3b5f746d6ba /www/snownews/Makefile
parenta4176c36b565b4fbdb87c9bf0a4d91095c661ba8 (diff)
downloadpkgsrc-3314e180ccd7281098ba766f0db6b3f9d02569d2.tar.gz
Update to 1.4.4, based on an update sent by Bruce J.A. Nourish.
1.4.4: 1.4.3 crashes on systems where it runs the first time. Cookie support 1.4.3: Feed overview menu can now be assigned a color via the colors config file HTTP Authentication Code rewrites Translation updates '?' brings help menu 'M' sets item to unread Bug fixes
Diffstat (limited to 'www/snownews/Makefile')
-rw-r--r--www/snownews/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile
index 6d1e413b718..f9511d31bfd 100644
--- a/www/snownews/Makefile
+++ b/www/snownews/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2004/01/24 15:23:47 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/15 23:52:29 wiz Exp $
-DISTNAME= snownews-1.4.2
-PKGREVISION= 1
+DISTNAME= snownews-1.4.4
CATEGORIES= www
MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/
@@ -16,13 +15,23 @@ USE_GNU_TOOLS+= make
USE_NCURSES= # missing WA_BOLD, WA_REVERSE, KEY_RESIZE
USE_PKGLOCALEDIR= YES
-MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} GMAKE=${GMAKE}
-MAKE_ENV+= EXTRA_CFLAGS="${CFLAGS}"
+MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" GMAKE="${GMAKE}"
+MAKE_ENV+= EXTRA_CFLAGS="${CFLAGS}" LOCALBASE="${LOCALBASE}"
# XXX -lintl hack suggested by Jeremy C. Reed: blocking on PR #23369
.include "../../devel/gettext-lib/buildlink2.mk"
MAKE_ENV+= EXTRA_LDFLAGS="${LDFLAGS} ${_BLNK_INTL_LDFLAGS}"
+post-patch:
+ for FILE in ${WRKSRC}/doc/man/Makefile ${WRKSRC}/doc/man/*/Makefile;do \
+ ${MV} $${FILE} $${FILE}.orig; \
+ ${SED} -e 's/$$(INSTALL) -m 0644/$$(BSD_INSTALL_MAN)/' $${FILE}.orig > $${FILE}; \
+ done
+ for FILE in ${WRKSRC}/po/Makefile;do \
+ ${MV} $${FILE} $${FILE}.orig; \
+ ${SED} -e 's/$$(INSTALL) -m 0644/$$(BSD_INSTALL_DATA)/' $${FILE}.orig > $${FILE}; \
+ done
+
.include "../../converters/libiconv/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"