pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/as31 Don't build/install the catpage; removes de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b3d9e81fac1
branches:  trunk
changeset: 501983:3b3d9e81fac1
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 01 04:16:58 2005 +0000

description:
Don't build/install the catpage; removes dependency on nroff.

diffstat:

 devel/as31/Makefile |  8 ++++----
 devel/as31/PLIST    |  3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 967424d782b8 -r 3b3d9e81fac1 devel/as31/Makefile
--- a/devel/as31/Makefile       Tue Nov 01 04:00:34 2005 +0000
+++ b/devel/as31/Makefile       Tue Nov 01 04:16:58 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:45 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/11/01 04:16:58 tv Exp $
 
 DISTNAME=      asm.8051
 PKGNAME=       as31-19900126
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.uu.net/usenet/comp.sources.misc/volume10/ \
                ftp://sunsite.org.uk/usenet/comp.sources.misc/volume10/
@@ -14,13 +15,12 @@
 EXTRACT_CMD=   ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | \
                ${SED} '1,/^.! \/bin\/sh/d' | ${SH}
 MAKEFILE=      makefile
-BUILD_TARGET=  as31 man
+BUILD_TARGET=  as31
 
-INSTALLATION_DIRS=     bin man/cat1 man/man1
+INSTALLATION_DIRS=     bin man/man1
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/as31 ${PREFIX}/bin/as31
        ${INSTALL_DATA} ${WRKSRC}/as31.man ${PREFIX}/man/man1/as31.1
-       ${INSTALL_DATA} ${WRKSRC}/as31.cat ${PREFIX}/man/cat1/as31.0
 
 .include "../../mk/bsd.pkg.mk"
diff -r 967424d782b8 -r 3b3d9e81fac1 devel/as31/PLIST
--- a/devel/as31/PLIST  Tue Nov 01 04:00:34 2005 +0000
+++ b/devel/as31/PLIST  Tue Nov 01 04:16:58 2005 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2005/10/23 16:03:10 rillig Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/11/01 04:16:58 tv Exp $
 bin/as31
-man/cat1/as31.0
 man/man1/as31.1



Home | Main Index | Thread Index | Old Index