diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-09 17:28:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-09 17:28:18 +0000 |
commit | 965bc65df04d0d3744d19037833fb7e24e99d8e8 (patch) | |
tree | 7641bba62ef36c20deed17e842397647c1d38ef1 /devel | |
parent | 7ea72984082f1f69e913039435306bd1a2f0a71e (diff) |
Update to 3.33-03. Ups now supports both ELF and a.out debugging on
FreeBSD.
Notes
Notes:
svn path=/head/; revision=18682
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ups-debug/Makefile | 14 | ||||
-rw-r--r-- | devel/ups-debug/distinfo | 2 | ||||
-rw-r--r-- | devel/ups-debug/pkg-plist | 4 |
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 |