diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 11:21:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 11:21:34 +0000 |
commit | d1d3bfbc7fc40b45737a9c5d9d9b535d5d37b972 (patch) | |
tree | 05c308e43432bd0b03951f3ba2f2ae946ff5c4b4 /editors/led | |
parent | ac3d53cabf0ab7277b9efc31a927f845ade3c6c0 (diff) | |
download | ports-d1d3bfbc7fc40b45737a9c5d9d9b535d5d37b972.tar.gz ports-d1d3bfbc7fc40b45737a9c5d9d9b535d5d37b972.zip |
Notes
Diffstat (limited to 'editors/led')
-rw-r--r-- | editors/led/Makefile | 21 | ||||
-rw-r--r-- | editors/led/distinfo | 2 | ||||
-rw-r--r-- | editors/led/files/patch-Makefile.in | 19 | ||||
-rw-r--r-- | editors/led/files/patch-src::file.c | 12 | ||||
-rw-r--r-- | editors/led/pkg-plist | 24 |
5 files changed, 19 insertions, 59 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index 8bdc898234e9..339737a24d9f 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -6,8 +6,7 @@ # PORTNAME= led -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}-editor @@ -16,22 +15,4 @@ MAINTAINER= fracture@allusion.net GNU_CONFIGURE= yes -MAN1= led.1 -MANCOMPRESSED= yes - -.if !defined(NOPORTDOCS) -PKGMESSAGE= ${WRKDIR}/pkg-message -.else -PKGMESSAGE= /nonexistant -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${DOCSDIR} - @${SED} 's|%%DOCSDIR%%|${DOCSDIR}|g' ${PKGDIR}/pkg-message > \ - ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} -.endif - .include <bsd.port.mk> diff --git a/editors/led/distinfo b/editors/led/distinfo index 9841ada562bf..23a63898749c 100644 --- a/editors/led/distinfo +++ b/editors/led/distinfo @@ -1 +1 @@ -MD5 (led-0.9.2.tar.gz) = 1ff2d6b1318c1e958b7ccf49f0a5c1a5 +MD5 (led-2.0.tar.gz) = 77692bb33d1041626425d37b9fccbf42 diff --git a/editors/led/files/patch-Makefile.in b/editors/led/files/patch-Makefile.in deleted file mode 100644 index 917e6003cefd..000000000000 --- a/editors/led/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in 2001/06/07 09:15:55 1.1 -+++ Makefile.in 2001/06/07 09:15:12 -@@ -28,11 +28,11 @@ - - install: all - @INSTALL@ -d @prefix@/bin -- @INSTALL@ src/$(PROG) @prefix@/bin/ -+ @INSTALL@ -s src/$(PROG) @prefix@/bin/ - - @INSTALL@ -d @prefix@/lib/$(PROG) - for i in build-modes/* ; do \ -- @INSTALL@ $$i @prefix@/lib/$(PROG)/ ; \ -+ @INSTALL@ -s $$i @prefix@/lib/$(PROG)/ ; \ - done - - @INSTALL@ -d @prefix@/man/man1 diff --git a/editors/led/files/patch-src::file.c b/editors/led/files/patch-src::file.c deleted file mode 100644 index e0df894f46ba..000000000000 --- a/editors/led/files/patch-src::file.c +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- src/file.c.orig Sun Jun 10 06:44:19 2001 -+++ src/file.c Tue Apr 30 02:15:40 2002 -@@ -148,4 +148,6 @@ - - curr = curr->next; - } -+ fflush(fp); -+ fsync(fileno(fp)); - } diff --git a/editors/led/pkg-plist b/editors/led/pkg-plist index fd65177ef37e..d1b9b3fa9a22 100644 --- a/editors/led/pkg-plist +++ b/editors/led/pkg-plist @@ -1,9 +1,19 @@ bin/led -lib/led/c.so -lib/led/html.so -lib/led/mbox.so -lib/led/python.so -lib/led/sh.so +lib/led/modules/perlapi.so +share/led/syntax/conf +share/led/syntax/c +share/led/syntax/h +share/led/syntax/cc +share/led/syntax/ledrc +share/led/syntax/cs +share/led/syntax/mail +share/led/syntax/perl +share/led/syntax/python +share/led/syntax/sh +share/led/syntax/syntax +share/led/syntax/tex +share/led/color +@dirrm share/led/syntax +@dirrm share/led +@dirrm lib/led/modules @dirrm lib/led -%%PORTDOCS%%share/doc/led/sample.ledrc -%%PORTDOCS%%@dirrm share/doc/led |