diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-19 13:30:41 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-19 13:30:41 +0000 |
commit | 8cd828c6b5ae7317067379523624b9476acb66c2 (patch) | |
tree | c597ba7c62afb1479c2f12a56785846cb09b3d5c /devel/strace/Makefile | |
parent | 1a3ef4ae0a2ff35d658c8dbf31ce8ca21d06336d (diff) |
Notes
Diffstat (limited to 'devel/strace/Makefile')
-rw-r--r-- | devel/strace/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/strace/Makefile b/devel/strace/Makefile index 1b7e9d24c201..6a0130461905 100644 --- a/devel/strace/Makefile +++ b/devel/strace/Makefile @@ -6,27 +6,27 @@ # PORTNAME= strace -PORTVERSION= 4.4 +PORTVERSION= 4.4.94 CATEGORIES= devel sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION}-1 +USE_BZIP2= yes MAINTAINER= alex@rinet.ru COMMENT= A portable process tracer -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 MAN1= strace.1 +check-umask: + do-install: + -${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin + -${MKDIR} ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/strace.1 ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/strace - ${INSTALL_DATA} ${WRKSRC}/xlate.el ${PREFIX}/share/strace .include <bsd.port.mk> |