1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to verson 1.8

PR: 42079
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo 2002-08-28 06:06:22 +00:00
parent 005bbdea3c
commit bbad48ff35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65147
4 changed files with 26 additions and 19 deletions

View File

@ -6,16 +6,23 @@
#
PORTNAME= bbconf
PORTVERSION= 1.4
PORTVERSION= 1.8
CATEGORIES= x11-wm
MASTER_SITES= http://bbconf.sourceforge.net/code/
MASTER_SITES= http://bbconf.sourceforge.net/code/
MAINTAINER= stijn@win.tue.nl
USE_X_PREFIX= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_QT_VER= 2
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_QT_VER= 3
MAN1= bbconf.1
post-patch:
@find ${WRKSRC} -name 'Makefile.in' -print | \
xargs ${PERL} -pi.orig -e 's#lib/bbconf#libexec/bbconf#g'
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (bbconf-1.4.tar.gz) = bf094ec7f7b401828895082ce97d574c
MD5 (bbconf-1.8.tar.gz) = c0dde269ad1670fac6d7651e7d09d07e

View File

@ -1,8 +1,8 @@
$FreeBSD$
--- Makefile.in.orig Mon Nov 5 06:11:07 2001
+++ Makefile.in Mon Nov 5 06:11:27 2001
@@ -218,7 +218,7 @@
--- Makefile.in.orig Mon May 27 20:42:54 2002
+++ Makefile.in Thu Jun 13 14:17:29 2002
@@ -234,7 +234,7 @@
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
@ -11,17 +11,17 @@ $FreeBSD$
doc_DATA = AUTHORS COPYING ChangeLog README README.html TODO
@@ -304,6 +304,7 @@
-rm -f config.h
uninstall-info-am:
@@ -309,6 +309,7 @@
maintainer-clean-hdr:
install-docDATA: $(doc_DATA)
+.ifndef NOPORTDOCS
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(docdir)
@list='$(doc_DATA)'; for p in $$list; do \
@@ -312,6 +313,7 @@
echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
$(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f; \
@@ -320,6 +321,7 @@
$(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
fi; fi; \
done
+.endif

View File

@ -1,8 +1,8 @@
bin/bbconf
share/bbconf/plugins/libbbconf.so
share/bbconf/plugins/libkeybindings.so
share/bbconf/plugins/libmenu.so
share/bbconf/plugins/libthemes.so
libexec/bbconf/plugins/libbbconf.so
libexec/bbconf/plugins/libkeybindings.so
libexec/bbconf/plugins/libmenu.so
libexec/bbconf/plugins/libthemes.so
%%PORTDOCS%%share/doc/bbconf/AUTHORS
%%PORTDOCS%%share/doc/bbconf/COPYING
%%PORTDOCS%%share/doc/bbconf/ChangeLog
@ -10,5 +10,5 @@ share/bbconf/plugins/libthemes.so
%%PORTDOCS%%share/doc/bbconf/README.html
%%PORTDOCS%%share/doc/bbconf/TODO
%%PORTDOCS%%@dirrm share/doc/bbconf
@dirrm share/bbconf/plugins
@dirrm share/bbconf
@dirrm libexec/bbconf/plugins
@dirrm libexec/bbconf