summaryrefslogtreecommitdiffstats
path: root/net/libgnetwork/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-03 16:35:16 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-03 16:35:16 +0800
commitd3e64b57d0290f77bf9118710e4d94f9f44a69c6 (patch)
tree74b52af54a24f2f77b9a51befe06c43e75e0278a /net/libgnetwork/files
parente0b7e7a941015984dc0d4245bbc52273fcec3662 (diff)
downloadmarcuscom-ports-d3e64b57d0290f77bf9118710e4d94f9f44a69c6.tar
marcuscom-ports-d3e64b57d0290f77bf9118710e4d94f9f44a69c6.tar.gz
marcuscom-ports-d3e64b57d0290f77bf9118710e4d94f9f44a69c6.tar.bz2
marcuscom-ports-d3e64b57d0290f77bf9118710e4d94f9f44a69c6.tar.lz
marcuscom-ports-d3e64b57d0290f77bf9118710e4d94f9f44a69c6.tar.xz
marcuscom-ports-d3e64b57d0290f77bf9118710e4d94f9f44a69c6.tar.zst
marcuscom-ports-d3e64b57d0290f77bf9118710e4d94f9f44a69c6.zip
Remove this port now that it is part of the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1588 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/libgnetwork/files')
-rw-r--r--net/libgnetwork/files/patch-Makefile.in11
-rw-r--r--net/libgnetwork/files/patch-data_Makefile.in10
2 files changed, 0 insertions, 21 deletions
diff --git a/net/libgnetwork/files/patch-Makefile.in b/net/libgnetwork/files/patch-Makefile.in
deleted file mode 100644
index bfedc0255..000000000
--- a/net/libgnetwork/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Fri Dec 12 01:51:23 2003
-+++ Makefile.in Fri Dec 12 01:51:29 2003
-@@ -197,7 +197,7 @@
-
- AUTOMAKE_OPTIONS = 1.7
-
--SUBDIRS = libgnetwork tests data doc po
-+SUBDIRS = libgnetwork data doc po
-
- EXTRA_DIST = \
- intltool-merge.in \
diff --git a/net/libgnetwork/files/patch-data_Makefile.in b/net/libgnetwork/files/patch-data_Makefile.in
deleted file mode 100644
index 741e38dc9..000000000
--- a/net/libgnetwork/files/patch-data_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- data/Makefile.in.orig Fri Dec 12 02:11:14 2003
-+++ data/Makefile.in Fri Dec 12 02:11:34 2003
-@@ -419,7 +419,6 @@
- if test -z "$(DESTDIR)" ; then \
- for p in $(schema_DATA) ; do \
- if test -f $(srcdir)/$$p ; then \
-- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
- fi \
- done \
- fi