mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
0b11fae5a7
Hand MAINTAINER to submitter. PR: ports/37039 ports/37040 Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw>
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
--- src/Makefile.in.orig Wed Dec 5 13:56:10 2001
|
|
+++ src/Makefile.in Wed Dec 5 13:56:23 2001
|
|
@@ -55,8 +55,7 @@
|
|
|
|
$(LIBNAME): $(LIBOBJS)
|
|
$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
|
|
- -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) \
|
|
- -release $(RELEASE_VER)
|
|
+ -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
|
|
|
|
bims:
|
|
(cd supports/bims; $(MAKE))
|