mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Now that this port is unbroken,
- add stage support - make prefix/localbase clean
This commit is contained in:
parent
933d79b143
commit
56513cced7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343956
@ -12,9 +12,6 @@ COMMENT= UTF-aware wc, fmt, expand, and unexpand
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libutf.a:${PORTSDIR}/misc/libutf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= '--libdir=${PREFIX}/lib'
|
||||
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include
|
||||
|
||||
MAN1= utf8-expand.1 utf8-fmt.1 utf8-unexpand.1 utf8-wc.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,13 +1,15 @@
|
||||
--- Makefile.in.orig Sat May 10 13:57:39 2003
|
||||
+++ Makefile.in Sat May 10 14:01:43 2003
|
||||
@@ -39,8 +39,8 @@
|
||||
--- ./Makefile.in.orig 1997-02-25 18:47:26.000000000 +0000
|
||||
+++ ./Makefile.in 2014-02-12 19:07:37.000000000 +0000
|
||||
@@ -38,9 +38,9 @@
|
||||
all : $(BINS)
|
||||
|
||||
install : all
|
||||
$(srcdir)/mkinstalldirs $(BINDIR) $(MANDIR)/man1
|
||||
- $(srcdir)/mkinstalldirs $(BINDIR) $(MANDIR)/man1
|
||||
- for bin in $(BINS) ; do $(INSTALL) $$bin $(BINDIR)/$$bin ; done
|
||||
- for man in $(MANS) ; do $(INSTALL_DATA) $(srcdir)/$$man $(MANDIR)/man1/$$man ; done
|
||||
+ for bin in $(BINS) ; do $(INSTALL) $$bin $(BINDIR)/utf8-$$bin ; done
|
||||
+ for man in $(MANS) ; do $(INSTALL_DATA) $(srcdir)/$$man $(MANDIR)/man1/utf8-$$man ; done
|
||||
+ $(srcdir)/mkinstalldirs $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
|
||||
+ for bin in $(BINS) ; do $(INSTALL) $$bin $(DESTDIR)$(BINDIR)/utf8-$$bin ; done
|
||||
+ for man in $(MANS) ; do $(INSTALL_DATA) $(srcdir)/$$man $(DESTDIR)$(MANDIR)/man1/utf8-$$man ; done
|
||||
|
||||
uninstall :
|
||||
-for bin in $(BINS) ; do rm $(BINDIR)/$$bin ; done
|
||||
|
@ -2,3 +2,7 @@ bin/utf8-expand
|
||||
bin/utf8-fmt
|
||||
bin/utf8-unexpand
|
||||
bin/utf8-wc
|
||||
man/man1/utf8-expand.1.gz
|
||||
man/man1/utf8-fmt.1.gz
|
||||
man/man1/utf8-unexpand.1.gz
|
||||
man/man1/utf8-wc.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user