diff options
author | stb <stb@FreeBSD.org> | 1999-04-22 09:48:34 +0800 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1999-04-22 09:48:34 +0800 |
commit | 621099bc8d1e507a8e5f95372e92b4c394788a43 (patch) | |
tree | 6f4ded051df8cb01597fe88e2f0f2abf8c0827f4 /astro/setiathome/Makefile | |
parent | c6e2c4c662e2c01d9af841742b980710d985669b (diff) | |
download | freebsd-ports-gnome-621099bc8d1e507a8e5f95372e92b4c394788a43.tar.gz freebsd-ports-gnome-621099bc8d1e507a8e5f95372e92b4c394788a43.tar.zst freebsd-ports-gnome-621099bc8d1e507a8e5f95372e92b4c394788a43.zip |
*** empty log message ***
Diffstat (limited to 'astro/setiathome/Makefile')
-rw-r--r-- | astro/setiathome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index d55724e29b2f..c0aaf03bae42 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Apr 1999 # Whom: stb@freebsd.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/22 01:44:26 stb Exp $ # PKGNAME= setiathome-0.46 @@ -19,7 +19,7 @@ EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= .if !defined(OSRELEASE) -OSRELEASE!= uname -r | ${SED} -e 's/^\(^[^-]*\)-.*/\1/' +OSRELEASE!= uname -r | sed -e 's/^\(^[^-]*\)-.*/\1/' .endif .if (${OSRELEASE} == 2.2.6) |