diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-17 15:50:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-17 15:50:30 +0000 |
commit | e99abc92dfe969a74550900d624ad5831942f7d0 (patch) | |
tree | cf6d75baeaff41f8f16a81e337d3da752e0acc78 /audio/moss/Makefile | |
parent | 7ae855db80cca036ae165cbe4bbb1a8608d3ff8e (diff) | |
download | pkgsrc-e99abc92dfe969a74550900d624ad5831942f7d0.tar.gz |
Update moss to 0.1.8. Patch submitted by Yongbin Yu, the maintainer.
Changes since 0.1.2:
* Add options for pidfile/no-pidfile, user/group, and auth-file.
* Store password's MD5 instead of plain text.
Diffstat (limited to 'audio/moss/Makefile')
-rw-r--r-- | audio/moss/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/moss/Makefile b/audio/moss/Makefile index df34f41cb96..6e7084c2551 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/08/13 15:09:58 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2004/08/17 15:50:30 minskim Exp $ -DISTNAME= moss-0.1.2 +DISTNAME= moss-0.1.8 CATEGORIES= audio -MASTER_SITES= http://kldp.net/download.php/1377/ +MASTER_SITES= http://kldp.net/download.php/1434/ MAINTAINER= yongbin@yongbin.com HOMEPAGE= http://moss.kldp.net/ @@ -15,7 +15,7 @@ USE_BUILDLINK3= yes USE_PKGINSTALL= yes PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth -PYTHON_PATCH_SCRIPTS= ${WRKSRC}/*.py +PYTHON_PATCH_SCRIPTS= ${WRKSRC}/*.py RCD_SCRIPTS= moss CONF_FILES= ${PREFIX}/share/moss/moss.conf.sample \ @@ -25,7 +25,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,/usr/local,${PREFIX},g' -e 's,/var,${VARBASE},g' +SUBST_SED.path= -e 's,$${prefix}/var,${VARBASE},g' \ + -e 's,$${prefix}/share,${PREFIX}/share,g' FILES_SUBST+= INTERPRETER=${PYTHONBIN} |