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/bacula-clientonly | |
parent | fd41a95b518ef93c823bc454801029f08d9d3799 (diff) | |
download | pkgsrc-dbdf05d1fd63a003696ec3c98df9b07d6b846d8b.tar.gz |
We don't need PLIST.common_end any more
Diffstat (limited to 'sysutils/bacula-clientonly')
-rw-r--r-- | sysutils/bacula-clientonly/Makefile | 4 |
1 files changed, 1 insertions, 3 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} |