diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-04-19 13:30:41 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-04-19 13:30:41 +0000 |
commit | dfff2cb6636eaeab230f0f17be331a1a830d9cbb (patch) | |
tree | b5608275044447283188331d0b95669abac04848 /devel/strace/Makefile | |
parent | ae028ac5dd3c716b262c82f8a5bcd7524d58ad78 (diff) | |
download | FreeBSD-ports-dfff2cb6636eaeab230f0f17be331a1a830d9cbb.zip FreeBSD-ports-dfff2cb6636eaeab230f0f17be331a1a830d9cbb.tar.gz |
Update to 4.4.94.
PR: 50432
Submitted by: MAINTAINER
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 1b7e9d2..6a01304 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> |