1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Update to 0.6.

PR:		41729
Submitted by:	Ports Fury
This commit is contained in:
Maxim Sobolev 2002-08-30 12:08:16 +00:00
parent 5bbbe3cd84
commit 8d7e11a216
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65285
3 changed files with 4 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= cabextract
PORTVERSION= 0.5
PORTVERSION= 0.6
CATEGORIES= archivers
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
@ -15,8 +15,8 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
MAN1= cabextract.1

View File

@ -1 +1 @@
MD5 (cabextract-0.5.tar.gz) = 7c48be6b93483409ba94022a08d1ee09
MD5 (cabextract-0.6.tar.gz) = 1e6e7d35d4ca4e5bd9cfc86aa315163b

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- Makefile.in.orig Mon Aug 20 11:06:55 2001
+++ Makefile.in Mon Aug 27 11:33:35 2001
@@ -70,7 +70,7 @@
bin_PROGRAMS = cabextract
man_MANS = cabextract.1
cabextract_SOURCES = cabextract.c
-cabextract_LDADD = @LIBOBJS@
+cabextract_LDADD = @LIBOBJS@ -lgnugetopt
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h