mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Simplify do-build.
This commit is contained in:
parent
d863a786a6
commit
4f8189a01d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195059
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ MAN1= shc.1
|
||||||
PLIST_FILES= bin/shc
|
PLIST_FILES= bin/shc
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -o shc shc.c
|
${CC} ${CFLAGS} -o ${WRKSRC}/shc ${WRKSRC}/shc.c
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue