diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
commit | 318a5369821d1ba2650a4e69e5704cc5c8005f80 (patch) | |
tree | 9659071bd68c2b4ba413daf4ff08a9d97a6c480e /net/xsmbrowser/Makefile | |
parent | 10a7fbab572e96a3c7b449944567c3375b5bb069 (diff) |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
Notes
Notes:
svn path=/head/; revision=94465
Diffstat (limited to 'net/xsmbrowser/Makefile')
-rw-r--r-- | net/xsmbrowser/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/xsmbrowser/Makefile b/net/xsmbrowser/Makefile index fe14e5f7d81e..b9b24a856835 100644 --- a/net/xsmbrowser/Makefile +++ b/net/xsmbrowser/Makefile @@ -16,6 +16,8 @@ COMMENT= Tcl/Tk port of Windows' Network Neighborhood RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba \ ${LOCALBASE}/bin/expectk:${PORTSDIR}/lang/expect +USE_PERL= yes + do-build: ${PERL} -pi -e s!%%PREFIX%%!${PREFIX}!g ${WRKSRC}/xsmbrowser |