diff options
author | obache <obache@pkgsrc.org> | 2007-12-31 07:05:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-31 07:05:00 +0000 |
commit | 2ea98af72b8e85f6bc2091e7d37ad0e96a11332e (patch) | |
tree | b55e36196f3753b4427bc0d3fcc92477a97fd5f4 /www/screws | |
parent | d65bf2cad471147115ecab7c8675d76917a658bc (diff) | |
download | pkgsrc-2ea98af72b8e85f6bc2091e7d37ad0e96a11332e.tar.gz |
* Fixed EGDIR, installation of sample config files works again.
* Using VARBASE.
* This package does not have share/doc/screws/examples.
Bump PKGREVISION.
Diffstat (limited to 'www/screws')
-rw-r--r-- | www/screws/Makefile | 8 | ||||
-rw-r--r-- | www/screws/PLIST | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/screws/Makefile b/www/screws/Makefile index d34946976a2..763bc6400c2 100644 --- a/www/screws/Makefile +++ b/www/screws/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2007/07/04 20:55:05 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2007/12/31 07:05:00 obache Exp $ # DISTNAME= screws-0.56 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= ftp://ftp.nopcode.org/prj/screws/ @@ -21,7 +21,7 @@ PKG_GROUPS= ${SCREWS_GROUP} MAKE_ENV+= ETCPREFIX=${PKG_SYSCONFDIR:Q} MAKE_ENV+= PERL=${PERL5:Q} -EGDIR= ${PREFIX}/share/examples +EGDIR= ${PREFIX}/share/examples/screws CONF_FILES= ${EGDIR}/default.conf ${PKG_SYSCONFDIR}/screws.conf RCD_SCRIPTS= screws @@ -38,6 +38,8 @@ SUBST_STAGE.man= pre-configure SUBST_FILES.man= Makefile SUBST_SED.man= -e 's,PREFIX}/man,PREFIX}/${PKGMANDIR},g' +BUILD_DEFS+= VARBASE + # The HSML files do not really contain a script interpreter, only # something very similar. CHECK_INTERPRETER_SKIP+= *.hsml diff --git a/www/screws/PLIST b/www/screws/PLIST index 30fbc9baaa2..f9b643af589 100644 --- a/www/screws/PLIST +++ b/www/screws/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:34:07 reed Exp $ +@comment $NetBSD: PLIST,v 1.7 2007/12/31 07:05:00 obache Exp $ bin/hsml lib/screws/BasicExec.so lib/screws/CleanLog.so @@ -91,7 +91,6 @@ share/screws/mime.types @dirrm share/screws/hsml-inc @dirrm share/screws @dirrm share/examples/screws -@dirrm share/doc/screws/examples @dirrm share/doc/screws @dirrm libexec/screws/sh @dirrm libexec/screws/perl/htdocs/example.xslt |