diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2008-07-12 17:04:12 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2008-07-12 17:04:12 +0000 |
commit | 7e6ffa6e3c53194d3a9407ee57930b925d3d611b (patch) | |
tree | 3c088dcf44d1408b90a6fd1dd4f3dbf11effe7d6 /sysutils/bacula | |
parent | bcab8d0c862a5e4a7ea313c1078a6c4f09e9094f (diff) | |
download | pkgsrc-7e6ffa6e3c53194d3a9407ee57930b925d3d611b.tar.gz |
use DISTNAME instead of PKGNAME_NOREV for DIST_SUBDIR for the benefit of other bacula pkgs that use this file
Diffstat (limited to 'sysutils/bacula')
-rw-r--r-- | sysutils/bacula/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index 00abb8313b9..b3505c37763 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2008/07/10 13:54:56 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.45 2008/07/12 17:04:12 dmcmahill Exp $ DISTNAME= bacula-2.2.4 CATEGORIES= sysutils @@ -13,7 +13,7 @@ PATCHFILES= 2.2.4-lost-block.patch \ 2.2.4-sd-auth-fail.patch \ 2.2.4-sql.patch \ 2.2.4-verify.patch -DIST_SUBDIR= ${PKGNAME_NOREV} +DIST_SUBDIR= ${DISTNAME} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bacula.org/ |