diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/sudoscript/Makefile | 3 | ||||
-rw-r--r-- | security/sudoscript/pkg-plist | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile index ced21950c77f..56503b32212d 100644 --- a/security/sudoscript/Makefile +++ b/security/sudoscript/Makefile @@ -12,9 +12,10 @@ COMMENT= Audited shells in Perl with sudo(8) and script(1) USES= perl5 gmake MAKE_ARGS= PERLPATH=${PERL} MAKE_ENV= SSRPM=yes +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \ - ${WRKSRC}/Makefile + ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/security/sudoscript/pkg-plist b/security/sudoscript/pkg-plist index 741241630d4e..5cca796da605 100644 --- a/security/sudoscript/pkg-plist +++ b/security/sudoscript/pkg-plist @@ -33,7 +33,3 @@ man/man1/sudoshell.1.gz man/man3/Sudoscript.3pm.gz man/man8/sudoscript.8.gz man/man8/sudoscriptd.8.gz -@dirrm lib/sudoscript -@dirrm share/doc/sudoscript-2.1.2/xsl -@dirrm share/doc/sudoscript-2.1.2/dtd -@dirrm share/doc/sudoscript-2.1.2 |