diff options
author | jeh <jeh@FreeBSD.org> | 2003-04-16 09:12:22 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-04-16 09:12:22 +0800 |
commit | 54e7c9ae9312cb3212d8dcc79fa6aef685add09c (patch) | |
tree | 1e15bd3f6b30eb1e50e035f1e355be49bd875ef3 /misc/amanda26-server | |
parent | cc5494c83bf0d6554c507ea6a6efc4698d6afed9 (diff) | |
download | freebsd-ports-gnome-54e7c9ae9312cb3212d8dcc79fa6aef685add09c.tar.gz freebsd-ports-gnome-54e7c9ae9312cb3212d8dcc79fa6aef685add09c.tar.zst freebsd-ports-gnome-54e7c9ae9312cb3212d8dcc79fa6aef685add09c.zip |
* Fix the libamtape libraries that weren't being installed, as pointed out
by "Paul D. Schmidt" <pds@uberhacker.org>
* Bump PORTREVISION
Diffstat (limited to 'misc/amanda26-server')
-rw-r--r-- | misc/amanda26-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/files/patch-ac | 15 | ||||
-rw-r--r-- | misc/amanda26-server/pkg-plist | 4 |
3 files changed, 6 insertions, 15 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index bb1b5eb8da91..9cc78ac43cf6 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/misc/amanda26-server/files/patch-ac b/misc/amanda26-server/files/patch-ac index fe13070d2833..3e2977e53a1f 100644 --- a/misc/amanda26-server/files/patch-ac +++ b/misc/amanda26-server/files/patch-ac @@ -1,5 +1,5 @@ --- tape-src/Makefile.in.orig Mon Feb 24 21:45:25 2003 -+++ tape-src/Makefile.in Sun Apr 13 21:03:21 2003 ++++ tape-src/Makefile.in Tue Apr 15 19:54:39 2003 @@ -158,7 +158,8 @@ lib_LTLIBRARIES = libamtape.la LIB_EXTENSION = la @@ -20,16 +20,3 @@ PROGRAMS = $(sbin_PROGRAMS) amdd_SOURCES = amdd.c -@@ -517,7 +519,11 @@ - - install-data-am: - --install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS -+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES \ -+ install-sbinPROGRAMS -+ @$(NORMAL_INSTALL) -+ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook -+@WANT_SERVER_TRUE@install-exec-am: install-sbinPROGRAMS - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-exec-hook - diff --git a/misc/amanda26-server/pkg-plist b/misc/amanda26-server/pkg-plist index ef53801dba56..8fab84c20263 100644 --- a/misc/amanda26-server/pkg-plist +++ b/misc/amanda26-server/pkg-plist @@ -2,6 +2,10 @@ lib/libamserver-2.4.4.so lib/libamserver.so lib/libamserver.la lib/libamserver.a +lib/libamtape-2.4.4.so +lib/libamtape.so +lib/libamtape.la +lib/libamtape.a %%PLOT%%libexec/amanda/amcat.awk libexec/amanda/amcleanupdisk libexec/amanda/amindexd |