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 | de6a25e18fe0a6aec444337d342c8506ec808f4f (patch) | |
tree | 3c088dcf44d1408b90a6fd1dd4f3dbf11effe7d6 /sysutils | |
parent | 9e65505a0b2b0b0590e904233a38e8cbfca00180 (diff) | |
download | pkgsrc-de6a25e18fe0a6aec444337d342c8506ec808f4f.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')
-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/ |