Sun Feb 7 17:30:08 2010 UTC ()
update homepage and master_sites.


(zafer)
diff -r1.35 -r1.36 pkgsrc/converters/psiconv/Makefile

cvs diff -r1.35 -r1.36 pkgsrc/converters/psiconv/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/psiconv/Makefile 2008/06/12 02:14:17 1.35
+++ pkgsrc/converters/psiconv/Makefile 2010/02/07 17:30:08 1.36
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.35 2008/06/12 02:14:17 joerg Exp $ 1# $NetBSD: Makefile,v 1.36 2010/02/07 17:30:08 zafer Exp $
2 2
3DISTNAME= psiconv-0.9.7 3DISTNAME= psiconv-0.9.7
4CATEGORIES= converters 4CATEGORIES= converters
5MASTER_SITES= http://www.frodol.dds.nl/psiconv/ 5MASTER_SITES= http://software.frodo.looijaard.name/psiconv/files/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.frodol.dds.nl/psiconv/ 8HOMEPAGE= http://software.frodo.looijaard.name/psiconv/
9COMMENT= PSION 5 file format data conversion utilities 9COMMENT= PSION 5 file format data conversion utilities
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --without-imagemagick 15CONFIGURE_ARGS+= --without-imagemagick
16CONFIGURE_ARGS+= --with-etcdir=${EGDIR:Q} 16CONFIGURE_ARGS+= --with-etcdir=${EGDIR:Q}
17 17
18EGDIR= ${PREFIX}/share/examples/psiconv 18EGDIR= ${PREFIX}/share/examples/psiconv
19CONF_FILES+= ${EGDIR}/psiconv.conf ${PKG_SYSCONFDIR}/psiconv.conf 19CONF_FILES+= ${EGDIR}/psiconv.conf ${PKG_SYSCONFDIR}/psiconv.conf
20CONF_FILES+= ${EGDIR}/psiconv.conf.eg ${PKG_SYSCONFDIR}/psiconv.conf.eg 20CONF_FILES+= ${EGDIR}/psiconv.conf.eg ${PKG_SYSCONFDIR}/psiconv.conf.eg
21 21