diff options
author | kim <kim@pkgsrc.org> | 2013-03-14 17:23:12 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2013-03-14 17:23:12 +0000 |
commit | 2efe5750c8c2cbad0ec172ea9cbac3cb57d1e195 (patch) | |
tree | cb7272f5e5ab2522f4a465ba1cf7770137325e6c /net/sdist | |
parent | 87d8ce5fe38111d7c84e48b8c888ab77cbca6b66 (diff) | |
download | pkgsrc-2efe5750c8c2cbad0ec172ea9cbac3cb57d1e195.tar.gz |
Use PKGBASE in config file name (match net/ssync/Makefile).
Diffstat (limited to 'net/sdist')
-rw-r--r-- | net/sdist/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sdist/Makefile b/net/sdist/Makefile index 44b7401c60e..83acaba09ae 100644 --- a/net/sdist/Makefile +++ b/net/sdist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2013/03/14 15:49:10 kim Exp $ +# $NetBSD: Makefile,v 1.18 2013/03/14 17:23:12 kim Exp $ # DISTNAME= sdist-1.9 @@ -21,8 +21,8 @@ BUILD_DEFS+= SDIST_PAWD EGDIR= share/examples/${PKGBASE} -CONF_FILES= ${PREFIX}/${EGDIR}/sdist.conf \ - ${PKG_SYSCONFDIR}/sdist.conf +CONF_FILES= ${PREFIX}/${EGDIR}/${PKGBASE}.conf \ + ${PKG_SYSCONFDIR}/${PKGBASE}.conf INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 ${EGDIR} NO_CONFIGURE= yes |