diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-07-06 15:53:48 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-07-06 15:53:48 +0800 |
commit | 14ce0a79acc23987d54b1cc9942cba7444be56ba (patch) | |
tree | b59bfe921c8d3fb2ec2333818960d7926f789da1 /misc | |
parent | c6c2e82f938c3e0aa9de615768a7de343a4ce59e (diff) | |
download | freebsd-ports-graphics-14ce0a79acc23987d54b1cc9942cba7444be56ba.tar.gz freebsd-ports-graphics-14ce0a79acc23987d54b1cc9942cba7444be56ba.tar.zst freebsd-ports-graphics-14ce0a79acc23987d54b1cc9942cba7444be56ba.zip |
Simplify do-build.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/shc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile index c3396e01dd2..05e39f835dc 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -21,7 +21,7 @@ MAN1= shc.1 PLIST_FILES= bin/shc do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -o shc shc.c + ${CC} ${CFLAGS} -o ${WRKSRC}/shc ${WRKSRC}/shc.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin |