diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-07 09:26:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-07 09:26:51 +0000 |
commit | 62f42f13d79bac959d52594ba5e268a3783ef72c (patch) | |
tree | a20979dcdb70c83c328ec8d6b36cff7388f0b5ae /editors/led | |
parent | 36418c7b3f458b5dd3185da77d4ad45f33b11ea4 (diff) | |
download | ports-62f42f13d79bac959d52594ba5e268a3783ef72c.tar.gz ports-62f42f13d79bac959d52594ba5e268a3783ef72c.zip |
Notes
Diffstat (limited to 'editors/led')
-rw-r--r-- | editors/led/Makefile | 12 | ||||
-rw-r--r-- | editors/led/distinfo | 2 | ||||
-rw-r--r-- | editors/led/files/patch-Makefile.in | 19 | ||||
-rw-r--r-- | editors/led/pkg-descr | 3 | ||||
-rw-r--r-- | editors/led/pkg-plist | 2 |
5 files changed, 36 insertions, 2 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index eba8acd5f55b..1d70b8efe423 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -7,15 +7,25 @@ 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 <bsd.port.mk> diff --git a/editors/led/distinfo b/editors/led/distinfo index adb6d8e1763a..09c5a1ce6041 100644 --- a/editors/led/distinfo +++ b/editors/led/distinfo @@ -1 +1 @@ -MD5 (led-0.9.tar.gz) = 26e10b2982f5ecfad45b560005bafd49 +MD5 (led-0.9.tar.gz) = 9f6075fa82b8192f2452113b3d80865e diff --git a/editors/led/files/patch-Makefile.in b/editors/led/files/patch-Makefile.in new file mode 100644 index 000000000000..917e6003cefd --- /dev/null +++ b/editors/led/files/patch-Makefile.in @@ -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 diff --git a/editors/led/pkg-descr b/editors/led/pkg-descr index a30100a5457b..aa0cf930aea8 100644 --- a/editors/led/pkg-descr +++ b/editors/led/pkg-descr @@ -3,3 +3,6 @@ programming features found in larger editors, but hopefully with less bloat. WWW: http://led-editor.sourceforge.net/ + +- Jordan DeLong +<fracture@allusion.net> diff --git a/editors/led/pkg-plist b/editors/led/pkg-plist index 2ef549475ab9..f198897e2e74 100644 --- a/editors/led/pkg-plist +++ b/editors/led/pkg-plist @@ -2,4 +2,6 @@ bin/led lib/led/c.so lib/led/mbox.so lib/led/sh.so +share/led/dot.ledrc +@dirrm share/led @dirrm lib/led |