aboutsummaryrefslogtreecommitdiff
path: root/astro/xrmap/files
diff options
context:
space:
mode:
Diffstat (limited to 'astro/xrmap/files')
-rw-r--r--astro/xrmap/files/patch-Imakefile51
-rw-r--r--astro/xrmap/files/pkg-message.in7
2 files changed, 0 insertions, 58 deletions
diff --git a/astro/xrmap/files/patch-Imakefile b/astro/xrmap/files/patch-Imakefile
deleted file mode 100644
index 5ec0c32de8b3..000000000000
--- a/astro/xrmap/files/patch-Imakefile
+++ /dev/null
@@ -1,51 +0,0 @@
-$FreeBSD$
-
---- Imakefile.orig Wed Nov 28 17:05:11 2001
-+++ Imakefile Tue Dec 25 21:51:11 2001
-@@ -1,14 +1,16 @@
- XCOMM Should install to /usr or /usr/local ??
--DESTDIR=/usr
-+DESTDIR=
-+
-+PREFIX=/usr/X11R6
-
- XCOMM Name of man subdirectory of DESTDIR:
--MANDIR=/X11R6/man/man1
-+MANDIR=$(PREFIX)/man/man1
-
- XCOMM Name of bin subdirectory of DESTDIR: /X11R6/bin or maybe just /bin
--BINDIR=/X11R6/bin
-+BINDIR=$(PREFIX)/bin
-
- XCOMM Name of share subdirectory of DESTDIR:
--SHAREDIR=/share/rmap
-+SHAREDIR=$(PREFIX)/share/rmap
-
- XCOMM
- XCOMM Compile options:
-@@ -17,7 +19,7 @@
- #ifdef HPArchitecture
- ZLIBDIR=
-
--CCOPTIONS = -Ae -DZLIB -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\"
-+CCOPTIONS = -Ae -DZLIB -DSHAREDIR=\"$(SHAREDIR)\"
- #else
- # SunOS
-
-@@ -27,7 +29,7 @@
- # Solaris, Linux
- #ZLIBDIR=-L/usr/lib
-
--CCOPTIONS=-O -DZLIB -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\"
-+CCOPTIONS=-O -DZLIB -DSHAREDIR=\"$(SHAREDIR)\"
- #endif
-
- SRCS=xrmap.c
-@@ -53,7 +55,6 @@
- cp -fR i18n $(DESTDIR)$(SHAREDIR)
- cp -fR flags $(DESTDIR)$(SHAREDIR)
- cp -fR big_flags $(DESTDIR)$(SHAREDIR)
-- cat WARNING
-
- clean::
- cd tools ; make clean
diff --git a/astro/xrmap/files/pkg-message.in b/astro/xrmap/files/pkg-message.in
deleted file mode 100644
index ba8b8ed6bb5c..000000000000
--- a/astro/xrmap/files/pkg-message.in
+++ /dev/null
@@ -1,7 +0,0 @@
-In order to use this port, you must download the data from one of the
-following sites:
- ftp://sepftp.stanford.edu/pub/World_Map/
- ftp://gatekeeper.dec.com/pub/graphics/data/cia-wdb
- http://www.evl.uic.edu/pape/data/WDB/
-
-Place the resulting data in %%PREFIX%%/share/rmap/.