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:
parent
5bbbe3cd84
commit
8d7e11a216
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65285
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cabextract-0.5.tar.gz) = 7c48be6b93483409ba94022a08d1ee09
|
||||
MD5 (cabextract-0.6.tar.gz) = 1e6e7d35d4ca4e5bd9cfc86aa315163b
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user