diff options
-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 |