diff options
Diffstat (limited to 'sysutils/bacula5-server/Makefile')
-rw-r--r-- | sysutils/bacula5-server/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/bacula5-server/Makefile b/sysutils/bacula5-server/Makefile index 4dca125bdb9a..9565d038b285 100644 --- a/sysutils/bacula5-server/Makefile +++ b/sysutils/bacula5-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= bacula DISTVERSION= 5.2.12 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # @@ -169,9 +169,6 @@ post-patch: ${WRKSRC}/src/tools/bpluginfo.c .endif -pre-install: - ${MKDIR} ${STAGEDIR}${BACULA_DIR} - .if !target(post-install) post-install: .if defined(WITH_CLIENT_ONLY) |