aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ups-debug
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-05-10 01:28:18 +0800
committerobrien <obrien@FreeBSD.org>1999-05-10 01:28:18 +0800
commit9c2423b75e4c6376e9a92d840eb9768abb70fc75 (patch)
tree2b35eec260cf73badc91f1ee94518ed0059a42cd /devel/ups-debug
parentc3812464d52d2fc57d79f481ad59ce40250311b6 (diff)
downloadfreebsd-ports-gnome-9c2423b75e4c6376e9a92d840eb9768abb70fc75.tar.gz
freebsd-ports-gnome-9c2423b75e4c6376e9a92d840eb9768abb70fc75.tar.zst
freebsd-ports-gnome-9c2423b75e4c6376e9a92d840eb9768abb70fc75.zip
Update to 3.33-03. Ups now supports both ELF and a.out debugging on
FreeBSD.
Diffstat (limited to 'devel/ups-debug')
-rw-r--r--devel/ups-debug/Makefile14
-rw-r--r--devel/ups-debug/distinfo2
-rw-r--r--devel/ups-debug/pkg-plist4
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/ups-debug/Makefile b/devel/ups-debug/Makefile
index 9ca7460f856c..5a57e510f33e 100644
--- a/devel/ups-debug/Makefile
+++ b/devel/ups-debug/Makefile
@@ -4,27 +4,31 @@
# Date created: Mon Feb 03, 1997
# Whom: David O'Brien (obrien@FreeBSD.org)
#
-# $Id: Makefile,v 1.8 1998/11/18 10:16:47 obrien Exp $
+# $Id: Makefile,v 1.9 1999/02/04 18:53:38 obrien Exp $
#
-DISTNAME= ups-3.33
+DISTNAME= ups-3.33-03
+PKGNAME= ups-3.33.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
ftp://unix.hensa.ac.uk/pub/misc/unix/ups/ \
http://www.concerto.demon.co.uk/UPS/
MASTER_SITE_SUBDIR= utilities
-PATCHFILES= ide-333-patch-16nov98.txt
-PATCH_SITES= http://www.concerto.demon.co.uk/UPS/
+#PATCHFILES= ide-333-patch-16nov98.txt
+#PATCH_SITES= http://www.concerto.demon.co.uk/UPS/
MAINTAINER= obrien@FreeBSD.org
-BROKEN_ELF= yes
+GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= ups
MAN1= ups.1
post-install:
+ @${MKDIR} ${PREFIX}/share/doc/ups
+ @${INSTALL_MAN} ${WRKSRC}/FAQ ${WRKSRC}/README ${WRKSRC}/Ups \
+ ${PREFIX}/share/doc/ups
@${INSTALL_DATA} ${WRKSRC}/Ups ${X11BASE}/lib/X11/app-defaults
.include <bsd.port.mk>
diff --git a/devel/ups-debug/distinfo b/devel/ups-debug/distinfo
index f68adbabc41c..8a573bbb1d91 100644
--- a/devel/ups-debug/distinfo
+++ b/devel/ups-debug/distinfo
@@ -1,2 +1,2 @@
-MD5 (ups-3.33.tar.gz) = c8d14a771b8043d86ccebf477b9d5a25
+MD5 (ups-3.33-03.tar.gz) = be1489499309c6a549b9ff4b58d075ca
MD5 (ide-333-patch-16nov98.txt) = 4c41078c81867c2205033bbb95791219
diff --git a/devel/ups-debug/pkg-plist b/devel/ups-debug/pkg-plist
index 096d152dc7b9..70d27a2c6ff6 100644
--- a/devel/ups-debug/pkg-plist
+++ b/devel/ups-debug/pkg-plist
@@ -1,2 +1,4 @@
bin/ups
-lib/X11/app-defaults/Ups
+share/doc/ups/FAQ
+share/doc/ups/README
+share/doc/ups/Ups