diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-22 10:01:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-22 10:01:02 +0000 |
commit | b088293c8eace4245e5f6f9caf4b6dab5a3173a7 (patch) | |
tree | fe540b884d20b7496f228e6f7dc7eadd545af117 /audio/moss | |
parent | 921e9b05901a928ce276e60d5a2001506231c331 (diff) | |
download | pkgsrc-b088293c8eace4245e5f6f9caf4b6dab5a3173a7.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'audio/moss')
-rw-r--r-- | audio/moss/Makefile | 6 | ||||
-rw-r--r-- | audio/moss/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/moss/Makefile b/audio/moss/Makefile index 20bf8c7cd8c..f6d9de3e7f4 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/22 09:22:06 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/22 10:01:02 rillig Exp $ DISTNAME= moss-0.1.13 PKGREVISION= 2 @@ -24,8 +24,8 @@ SUBST_CLASSES+= path SUBST_MESSAGE.path= Fixing hardcoded paths. SUBST_STAGE.path= post-patch SUBST_FILES.path= moss.conf.sample -SUBST_SED.path= -e 's,$${PREFIX}/var,${VARBASE},g' \ - -e 's,$${PREFIX}/share,${PREFIX}/share,g' +SUBST_SED.path= -e 's,$${PREFIX}/var,${VARBASE},g' +SUBST_SED.path+= -e 's,$${PREFIX}/share,${PREFIX}/share,g' FILES_SUBST+= INTERPRETER=${PYTHONBIN:Q} diff --git a/audio/moss/PLIST b/audio/moss/PLIST index ed68f2aed15..ff85529e86e 100644 --- a/audio/moss/PLIST +++ b/audio/moss/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:33:57 reed Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/05/22 10:01:03 rillig Exp $ bin/moss ${PYSITELIB}/moss/__init__.py ${PYSITELIB}/moss/__init__.pyc @@ -30,8 +30,8 @@ share/moss/images/dir.gif share/moss/images/file.gif share/moss/images/play.gif share/moss/images/root.gif -share/moss/moss.conf.sample share/moss/mkpasswd.py +share/moss/moss.conf.sample share/moss/templates/default.tmpl @dirrm share/moss/templates @dirrm share/moss/images |