don't let the port strip the binary
ok aanriot@
This commit is contained in:
parent
d57e775398
commit
5a6c59ec61
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2007/05/26 16:55:53 rui Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2007/05/26 20:23:58 jasper Exp $
|
||||
|
||||
COMMENT= "extract, list, and test RAR archives"
|
||||
|
||||
DISTNAME= unrarsrc-3.7.5
|
||||
PKGNAME= unrar-3.75
|
||||
PKGNAME= unrar-3.75p0
|
||||
CATEGORIES= archivers
|
||||
|
||||
HOMEPAGE= http://www.rarlab.com/
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-makefile_unix,v 1.4 2007/05/26 16:55:53 rui Exp $
|
||||
--- makefile.unix.orig Sat Apr 30 08:00:12 2005
|
||||
+++ makefile.unix Sat May 26 16:38:03 2007
|
||||
$OpenBSD: patch-makefile_unix,v 1.5 2007/05/26 20:23:58 jasper Exp $
|
||||
--- makefile.unix.orig Sat Apr 30 09:00:12 2005
|
||||
+++ makefile.unix Sat May 26 21:58:58 2007
|
||||
@@ -93,6 +93,8 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savep
|
||||
resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o \
|
||||
rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-makefile_unix,v 1.4 2007/05/26 16:55:53 rui Exp $
|
||||
.cpp.o:
|
||||
$(COMPILE) -D$(WHAT) -c $<
|
||||
|
||||
@@ -101,7 +103,7 @@ all: unrar
|
||||
@@ -101,11 +103,10 @@ all: unrar
|
||||
clean:
|
||||
@rm -f *.o *.bak *~
|
||||
|
||||
@ -19,3 +19,7 @@ $OpenBSD: patch-makefile_unix,v 1.4 2007/05/26 16:55:53 rui Exp $
|
||||
unrar: $(OBJECTS) $(UNRAR_OBJ)
|
||||
@rm -f unrar
|
||||
$(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)
|
||||
- $(STRIP) unrar
|
||||
|
||||
sfx: WHAT=SFX_MODULE
|
||||
sfx: $(OBJECTS)
|
||||
|
Loading…
Reference in New Issue
Block a user