diff options
author | jeh <jeh@FreeBSD.org> | 2001-12-04 21:22:26 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-12-04 21:22:26 +0800 |
commit | 45f838cc92a0b5d658cb5d84482540ee75362dea (patch) | |
tree | c4da9303ed457c4ea76ac75b395565f06c82560f /misc/amanda26-client | |
parent | 0c5a72dbc4ce06b6459a303736c706c59c03d7d4 (diff) | |
download | freebsd-ports-gnome-45f838cc92a0b5d658cb5d84482540ee75362dea.tar.gz freebsd-ports-gnome-45f838cc92a0b5d658cb5d84482540ee75362dea.tar.zst freebsd-ports-gnome-45f838cc92a0b5d658cb5d84482540ee75362dea.zip |
Fix PLIST errors.
- only build and install amdd & ammt in the server
- add amdd.8 and ammt.8
Bump PORTREVISION to 1
Diffstat (limited to 'misc/amanda26-client')
-rw-r--r-- | misc/amanda26-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 16388333d255..91b7b1457fa4 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= ${PKGDIR}/pkg-comment.client |