diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 07:24:34 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 07:24:34 +0800 |
commit | a07e5b9f1db0f8b0ad610a4986efb4d9092fee07 (patch) | |
tree | a64ca9c0f148f49f3ddeaced7eb993382c3fe4e4 /astro | |
parent | d458dfb78c42e05aabbfccd080549803f212db47 (diff) | |
download | freebsd-ports-gnome-a07e5b9f1db0f8b0ad610a4986efb4d9092fee07.tar.gz freebsd-ports-gnome-a07e5b9f1db0f8b0ad610a4986efb4d9092fee07.tar.zst freebsd-ports-gnome-a07e5b9f1db0f8b0ad610a4986efb4d9092fee07.zip |
Portlint cleaning.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/luna/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index ed298c268067..df331055f597 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -3,7 +3,7 @@ # Date created: 03 July 1996 # Whom: ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp> # -# $Id: Makefile,v 1.2 1996/11/15 22:34:47 obrien Exp $ +# $Id: Makefile,v 1.3 1997/08/22 11:08:40 asami Exp $ # DISTNAME= luna19 @@ -22,6 +22,6 @@ PATCH_STRIP= -p1 post-extract: @echo "===> Removing object files for ${DISTNAME}" - @(cd ${WRKDIR}/luna19/iprintf; rm -fr *.o) + @(cd ${WRKDIR}/luna19/iprintf; ${RM} -fr *.o) .include <bsd.port.mk> |