diff options
author | kim <kim> | 2013-03-14 17:23:12 +0000 |
---|---|---|
committer | kim <kim> | 2013-03-14 17:23:12 +0000 |
commit | 1949cf13df9a14af37b9f75b5a5a9b663860c502 (patch) | |
tree | cb7272f5e5ab2522f4a465ba1cf7770137325e6c /net/sdist | |
parent | d4208122c23826a733ef8c58b0cb999b5f77b014 (diff) | |
download | pkgsrc-1949cf13df9a14af37b9f75b5a5a9b663860c502.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 |