Index: head/editors/led/Makefile =================================================================== --- head/editors/led/Makefile (revision 43587) +++ head/editors/led/Makefile (revision 43588) @@ -1,21 +1,31 @@ # New ports collection makefile for: led # Date created: 6 June 2001 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= led PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}-editor -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= fracture@allusion.net GNU_CONFIGURE= yes MAN1= led.1 MANCOMPRESSED= yes + +PKGMESSAGE= ${WRKDIR}/pkg-message + +post-install: + ${MKDIR} ${PREFIX}/share/led + ${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${PREFIX}/share/led/dot.ledrc + @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \ + ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Property changes on: head/editors/led/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/editors/led/distinfo =================================================================== --- head/editors/led/distinfo (revision 43587) +++ head/editors/led/distinfo (revision 43588) @@ -1 +1 @@ -MD5 (led-0.9.tar.gz) = 26e10b2982f5ecfad45b560005bafd49 +MD5 (led-0.9.tar.gz) = 9f6075fa82b8192f2452113b3d80865e Property changes on: head/editors/led/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/editors/led/files/patch-Makefile.in =================================================================== --- head/editors/led/files/patch-Makefile.in (nonexistent) +++ head/editors/led/files/patch-Makefile.in (revision 43588) @@ -0,0 +1,19 @@ + +$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 Property changes on: head/editors/led/files/patch-Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/editors/led/pkg-descr =================================================================== --- head/editors/led/pkg-descr (revision 43587) +++ head/editors/led/pkg-descr (revision 43588) @@ -1,5 +1,8 @@ Led is a small text editor, providing a number of the useful programming features found in larger editors, but hopefully with less bloat. WWW: http://led-editor.sourceforge.net/ + +- Jordan DeLong + Property changes on: head/editors/led/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/editors/led/pkg-plist =================================================================== --- head/editors/led/pkg-plist (revision 43587) +++ head/editors/led/pkg-plist (revision 43588) @@ -1,5 +1,7 @@ bin/led lib/led/c.so lib/led/mbox.so lib/led/sh.so +share/led/dot.ledrc +@dirrm share/led @dirrm lib/led Property changes on: head/editors/led/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property