diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-04 00:13:01 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-04 00:13:01 +0000 |
commit | 7b7499e33bca15b5dbf12bf5f71bed6a843d501d (patch) | |
tree | eff43eed1da84b11ae6fa8236eeaa5de1a19607b /misc/sh-utils/Makefile | |
parent | 0228de3e596a5b6d3f003eb7282358f8715daa22 (diff) | |
download | FreeBSD-ports-7b7499e33bca15b5dbf12bf5f71bed6a843d501d.zip FreeBSD-ports-7b7499e33bca15b5dbf12bf5f71bed6a843d501d.tar.gz |
Rename included eaccess() function to avoid clash with -CURRENT's
eaccess(2) system call.
PR: 46363
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Diffstat (limited to 'misc/sh-utils/Makefile')
-rw-r--r-- | misc/sh-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sh-utils/Makefile b/misc/sh-utils/Makefile index 6909ae3..13c7531 100644 --- a/misc/sh-utils/Makefile +++ b/misc/sh-utils/Makefile @@ -7,7 +7,7 @@ PORTNAME= sh-utils PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= sh-utils @@ -46,7 +46,7 @@ remove-info-files: # Patch # -do-patch: +post-patch: .if !defined(WITH_SUID) @${REINPLACE_CMD} -e 's/u\+s/u\+w/g' ${WRKSRC}/src/Makefile.in .endif |