diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-18 01:28:55 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-18 01:28:55 +0000 |
commit | 04f0e9c484e7961fa20ae7d4b8928b710ce48cbe (patch) | |
tree | f7b221a62c191f23075f28747eda549b0ba7c039 /sysutils/gcombust | |
parent | d895ac84fc617fe1f4fe5585d3955b366d614779 (diff) | |
download | ports-04f0e9c484e7961fa20ae7d4b8928b710ce48cbe.tar.gz ports-04f0e9c484e7961fa20ae7d4b8928b710ce48cbe.zip |
Notes
Diffstat (limited to 'sysutils/gcombust')
-rw-r--r-- | sysutils/gcombust/Makefile | 8 | ||||
-rw-r--r-- | sysutils/gcombust/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gcombust/pkg-descr | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 6edcfb19f298..4d45e534a2b3 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gcombust -# Version required: 0.1.25 +# Version required: 0.1.28 # Date created: Tue Jun 22 21:17:03 MET DST 1999 # Whom: Juergen Lock <nox@jelal.kn-bremen.de> # # $FreeBSD$ # -DISTNAME= gcombust-0.1.25 +DISTNAME= gcombust-0.1.28 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ @@ -20,6 +20,10 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG=${PREFIX}/bin/gtk12-config +# for patch-ab (/dev/cd0a -> /dev/rcd0a) +post-configure: + cd ${WRKSRC}/po && ${MAKE} update-po + post-install: ${MKDIR} ${PREFIX}/share/doc/gcombust ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gcombust diff --git a/sysutils/gcombust/distinfo b/sysutils/gcombust/distinfo index 693f7c1db952..728e4904b870 100644 --- a/sysutils/gcombust/distinfo +++ b/sysutils/gcombust/distinfo @@ -1 +1 @@ -MD5 (gcombust-0.1.25.tar.gz) = ab7da507a8c16f850b41ab9e1cf4a4f5 +MD5 (gcombust-0.1.28.tar.gz) = 21f586606dfeb4ffd3f6f2203847e420 diff --git a/sysutils/gcombust/pkg-descr b/sysutils/gcombust/pkg-descr index ebdbe7ddedae..7b36c6851677 100644 --- a/sysutils/gcombust/pkg-descr +++ b/sysutils/gcombust/pkg-descr @@ -5,9 +5,6 @@ would probably be wise to test it with the -dummy option at first to check that I haven't made any stupid errors. Also, it prints the command it's executing to stdout so you can look at it and maybe spot errors. -There's no save option yet, but it respects cdrecord's CDR_SPEED, CDR_DEVICE -and CDR_FIFOSIZE environment variables, so for now use them. - I love to recieve feedback/comments/ideas/bugreports at: jmunsin@iki.fi (jmunsin@abo.fi) @@ -19,4 +16,4 @@ NOTE: If you decide to do a NLS translation of gcombust, it might be a good Flames to: /dev/null -WWW: http://www.iki.fi/jmunsin/gcombust +WWW: http://www.abo.fi/~jmunsin/gcombust/ |