diff options
author | augustss <augustss@pkgsrc.org> | 2005-08-24 14:31:15 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2005-08-24 14:31:15 +0000 |
commit | d78a063182b8cc5173367994291403ed8c0960e0 (patch) | |
tree | 39dc5ab6d80e4221c6c492514f94f7aa5f94764c /www | |
parent | 4b5cefb422835e0943b3d0c46b397b7d8fe26fa7 (diff) | |
download | pkgsrc-d78a063182b8cc5173367994291403ed8c0960e0.tar.gz |
Clean up some pkglint messages. From mjl@luckie.org.nz.
Diffstat (limited to 'www')
-rw-r--r-- | www/album_themes/MESSAGE | 5 | ||||
-rw-r--r-- | www/album_themes/Makefile | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/album_themes/MESSAGE b/www/album_themes/MESSAGE index c34b096aa2b..12f05172c4b 100644 --- a/www/album_themes/MESSAGE +++ b/www/album_themes/MESSAGE @@ -1,4 +1,5 @@ -$NetBSD: MESSAGE,v 1.1 2005/04/28 15:12:00 augustss Exp $ +=========================================================================== +$NetBSD: MESSAGE,v 1.2 2005/08/24 14:31:15 augustss Exp $ The album themes are installed in ${PREFIX}/${A_DATADIR} @@ -6,3 +7,5 @@ To make them accessible from your web server you can do something like ln -s ${PREFIX}/${A_DATADIR} ${PREFIX}/${A_HTTPDIR} or cp -r ${PREFIX}/${A_DATADIR} ${PREFIX}/${A_HTTPDIR} + +=========================================================================== diff --git a/www/album_themes/Makefile b/www/album_themes/Makefile index f3935e76462..3fc7f8149fd 100644 --- a/www/album_themes/Makefile +++ b/www/album_themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/23 10:39:39 hira Exp $ +# $NetBSD: Makefile,v 1.7 2005/08/24 14:31:15 augustss Exp $ # DISTNAME= album_themes @@ -12,8 +12,8 @@ COMMENT= Themes for the album generator DEPENDS+= album-[0-9]*:../../www/album -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= YES +NO_BUILD= YES EXTRACT_ONLY= # defined USE_TOOLS+= tar |