diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-11-22 16:09:07 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-11-22 16:09:07 +0000 |
commit | a2a071eeb767d8241c85155b0439e29b78a53785 (patch) | |
tree | e546a27e2c6f41124f44e03e622864fc6501c12e /devel/xxgdb/Makefile | |
parent | 171bd906f063d70dff743050d133f1ed5202a93a (diff) |
Notes
Diffstat (limited to 'devel/xxgdb/Makefile')
-rw-r--r-- | devel/xxgdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xxgdb/Makefile b/devel/xxgdb/Makefile index 0b5126d355ab..d09894611343 100644 --- a/devel/xxgdb/Makefile +++ b/devel/xxgdb/Makefile @@ -21,9 +21,9 @@ MAN1= xxgdb.1 # we have the cookie anyway and it's much easier this way # than modifying the Imakefile. post-build: - cd ${WRKSRC}; gcc -o xxgdbiowin -O2 xxgdbiowin.c + cd ${WRKSRC} && ${CC} ${CFLAGS} -o xxgdbiowin xxgdbiowin.c post-install: - install -c -s ${WRKSRC}/xxgdbiowin ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xxgdbiowin ${PREFIX}/bin .include <bsd.port.mk> |