aboutsummaryrefslogtreecommitdiff
path: root/devel/rudiments
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-01-11 22:02:52 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-01-11 22:02:52 +0000
commit7af06f684462c8a63d79aad8c0d13175747a2472 (patch)
tree41b1dfb25f954a9fa1f7c2805f7e29aa75f1d4c0 /devel/rudiments
parent82fab7dbe29717499e3a08093b114e79aecc8bcc (diff)
downloadports-7af06f684462c8a63d79aad8c0d13175747a2472.tar.gz
ports-7af06f684462c8a63d79aad8c0d13175747a2472.zip
Notes
Diffstat (limited to 'devel/rudiments')
-rw-r--r--devel/rudiments/Makefile2
-rw-r--r--devel/rudiments/files/patch-Makefile10
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile
index 101f6769e382..db472b0cd0f3 100644
--- a/devel/rudiments/Makefile
+++ b/devel/rudiments/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rudiments
PORTVERSION= 0.27
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility C++ class library for daemons, clients, servers and more
+USE_GNOME= pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-ssl --disable-pcre
diff --git a/devel/rudiments/files/patch-Makefile b/devel/rudiments/files/patch-Makefile
index 8617ca77ad51..7d6bb9be15ca 100644
--- a/devel/rudiments/files/patch-Makefile
+++ b/devel/rudiments/files/patch-Makefile
@@ -1,10 +1,12 @@
---- Makefile.orig Thu Aug 5 18:41:03 2004
-+++ Makefile Thu Aug 26 16:50:16 2004
-@@ -32,7 +32,7 @@
+--- Makefile.orig Thu Aug 5 09:41:03 2004
++++ Makefile Tue Jan 11 15:57:25 2005
+@@ -31,8 +31,8 @@
+ cd doc; $(MAKE) install
install-pc:
- $(MKINSTALLDIRS) $(libdir)/pkgconfig
+- $(MKINSTALLDIRS) $(libdir)/pkgconfig
- $(INSTALL) -m 0644 rudiments.pc $(libdir)/pkgconfig/rudiments.pc
++ $(MKINSTALLDIRS) $(prefix)/libdata/pkgconfig
+ $(INSTALL) -m 0644 rudiments.pc $(prefix)/libdata/pkgconfig/rudiments.pc
install: install-libs install-includes install-bin install-doc install-pc