diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-31 21:14:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-31 21:14:07 +0800 |
commit | 6cfd62d63cf19ad8995c25275205961c06e6a8ab (patch) | |
tree | cd45f8bf977f908a1d21de15b1d1c03bfafb6b39 /misc/amanda-client | |
parent | 78ab4b0589200bf9e620777d31cc133bd8bda7eb (diff) | |
download | freebsd-ports-gnome-6cfd62d63cf19ad8995c25275205961c06e6a8ab.tar.gz freebsd-ports-gnome-6cfd62d63cf19ad8995c25275205961c06e6a8ab.tar.zst freebsd-ports-gnome-6cfd62d63cf19ad8995c25275205961c06e6a8ab.zip |
Stage support
I merged the 2 plists to prevent orphans to be reported during make check-plist
of misc/amanda-server, as it installs into stage some files already provided by
misc/amanda-client
Bump PORTREVISION as the install/deinstall scripts were revised
PR: ports/193196
Diffstat (limited to 'misc/amanda-client')
-rw-r--r-- | misc/amanda-client/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 894fbee793cd..b4c884c6e74e 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -7,11 +7,7 @@ PORTREVISION= 0 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) MASTERDIR= ${.CURDIR}/../amanda-server -PKGINSTALL= mustnotexist - -PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |