diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-09 22:39:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-09 22:39:25 +0000 |
commit | 1fe25a026befaf985b2987af193f3add8ec9c662 (patch) | |
tree | b52e8b9d44596f7e6675a2924b99a418896203d3 /sysutils | |
parent | 040b5e1076233f3c2497eb8f7385eb12c71f0da8 (diff) | |
download | ports-1fe25a026befaf985b2987af193f3add8ec9c662.tar.gz ports-1fe25a026befaf985b2987af193f3add8ec9c662.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/thefish/Makefile | 2 | ||||
-rw-r--r-- | sysutils/thefish/distinfo | 4 | ||||
-rw-r--r-- | sysutils/thefish/pkg-message | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 964d98a303a9..44d3cdc5e27c 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -33,7 +33,7 @@ PLIST_FILES= bin/thefish pre-everything:: .if !defined(WITHOUT_X11) && !defined(NO_GUI) - @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} "- To build The Fish without the Qt or GTK+ UI, define NO_GUI or WITHOUT_X11" .endif .if !defined(WITH_QT) && !defined(NO_GUI) && !defined(WITHOUT_X11) @${ECHO_CMD} "- You can replace the GTK+ interface with a Qt version by defining WITH_QT" diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo index ecc491c44b56..9631a8400506 100644 --- a/sysutils/thefish/distinfo +++ b/sysutils/thefish/distinfo @@ -1,2 +1,2 @@ -MD5 (thefish-0.6.tar.gz) = d16c7a2d89fe7d96d15ecae1fc67ca72 -SIZE (thefish-0.6.tar.gz) = 41811 +MD5 (thefish-0.6.tar.gz) = 6953ae5e870eb59beaa4e1ba5483eee7 +SIZE (thefish-0.6.tar.gz) = 41866 diff --git a/sysutils/thefish/pkg-message b/sysutils/thefish/pkg-message deleted file mode 100644 index fac9b0fb6f5e..000000000000 --- a/sysutils/thefish/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -*********************************************************************** -- To build The Fish without the Qt or GTK+ UI, define NO_GUI or WITHOUT_X11 |