diff options
author | mi <mi@FreeBSD.org> | 2005-09-22 15:22:28 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-09-22 15:22:28 +0800 |
commit | 9870963324cbc6f1c2dcc2c2fc6aa4e2ccb08976 (patch) | |
tree | afcca36dad0696943c4944254a88f510432465d2 /archivers | |
parent | 6b1cae9619b81e54e9f0ed177bf54453a1ab0742 (diff) | |
download | freebsd-ports-gnome-9870963324cbc6f1c2dcc2c2fc6aa4e2ccb08976.tar.gz freebsd-ports-gnome-9870963324cbc6f1c2dcc2c2fc6aa4e2ccb08976.tar.zst freebsd-ports-gnome-9870963324cbc6f1c2dcc2c2fc6aa4e2ccb08976.zip |
Make this port a little more useful by installing addition header files.
Definitions for zip- and lzh-reading functions were always part of the
library. May as well provide declarations. Bump PORTREVISION.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarc/Makefile | 1 | ||||
-rw-r--r-- | archivers/libarc/files/patch-aa | 5 | ||||
-rw-r--r-- | archivers/libarc/pkg-plist | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/archivers/libarc/Makefile b/archivers/libarc/Makefile index e3a3435ec011..3b7c7ee12b70 100644 --- a/archivers/libarc/Makefile +++ b/archivers/libarc/Makefile @@ -7,6 +7,7 @@ PORTNAME= libarc PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= archivers devel MASTER_SITES= http://www.onicos.com/staff/iz/release/ diff --git a/archivers/libarc/files/patch-aa b/archivers/libarc/files/patch-aa index d7516457ec12..cb6a3074330c 100644 --- a/archivers/libarc/files/patch-aa +++ b/archivers/libarc/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Tue Jun 13 07:21:19 2000 +--- Makefile Tue Jun 13 07:21:19 2000 +++ Makefile Tue Jun 20 17:44:24 2000 -@@ -14,29 +15,42 @@ +@@ -14,29 +15,43 @@ url_hqxdecode.o url_qsdecode.o url_news.o url_newsgroup.o url_cgiesc.o \ arc_mime.o @@ -51,6 +51,7 @@ + $(BSD_INSTALL_DATA) libarc/arc.h $(PREFIX)/include/libarc + $(BSD_INSTALL_DATA) libarc/mblock.h $(PREFIX)/include/libarc + $(BSD_INSTALL_DATA) libarc/memb.h $(PREFIX)/include/libarc ++ $(BSD_INSTALL_DATA) unlzh.h zip.h $(PREFIX)/include/libarc + +.SUFFIXES: .so .c + diff --git a/archivers/libarc/pkg-plist b/archivers/libarc/pkg-plist index c7d3433146f5..75a6809d26d9 100644 --- a/archivers/libarc/pkg-plist +++ b/archivers/libarc/pkg-plist @@ -2,7 +2,9 @@ bin/arccat include/libarc/arc.h include/libarc/mblock.h include/libarc/memb.h +include/libarc/unlzh.h include/libarc/url.h +include/libarc/zip.h lib/libarc.a lib/libarc.so lib/libarc.so.1 |