diff options
author | adam <adam> | 2009-06-18 11:10:55 +0000 |
---|---|---|
committer | adam <adam> | 2009-06-18 11:10:55 +0000 |
commit | dbdf05d1fd63a003696ec3c98df9b07d6b846d8b (patch) | |
tree | ec14ead6f0160afd9174058e21066bb502f18764 /sysutils | |
parent | fd41a95b518ef93c823bc454801029f08d9d3799 (diff) | |
download | pkgsrc-dbdf05d1fd63a003696ec3c98df9b07d6b846d8b.tar.gz |
We don't need PLIST.common_end any more
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-clientonly/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile index 3ce1aae1317..37959a0e9a2 100644 --- a/sysutils/bacula-clientonly/Makefile +++ b/sysutils/bacula-clientonly/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/05/20 01:09:12 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2009/06/18 11:10:55 adam Exp $ PKGNAME= ${DISTNAME:S/-/-clientonly-/} PKGREVISION= 1 @@ -27,8 +27,6 @@ RCD_SCRIPTS= bacula-fd .include "../../sysutils/bacula/Makefile.common" -PLIST_SRC+= ${.CURDIR}/../../sysutils/bacula/PLIST.common_end - post-install: ${INSTALL_DATA} ${WRKSRC}/scripts/dvd-handler ${DESTDIR}${EXAMPLESDIR} diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index ff4be832410..4ce462bce6d 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2009/05/20 00:58:27 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2009/06/18 11:10:55 adam Exp $ PKGREVISION= 1 @@ -35,8 +35,6 @@ RCD_SCRIPTS= bacula bacula-dir bacula-sd bacula-fd .include "Makefile.common" -PLIST_SRC+= PLIST.common_end - post-install: ${INSTALL_DATA} ${WRKSRC}/scripts/dvd-handler ${DESTDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/chio-changer ${DESTDIR}${PREFIX}/libexec/bacula/ |