Clean up some pkglint messages. From mjl@luckie.org.nz.
This commit is contained in:
parent
4b5cefb422
commit
d78a063182
2 changed files with 7 additions and 4 deletions
|
@ -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}
|
||||
|
||||
===========================================================================
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue