aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-23 08:32:04 +0800
committerPatrick Li <pat@FreeBSD.org>2002-05-23 08:32:04 +0800
commit797bc0968f6c141c034212ff2d71f0d1f5e35194 (patch)
treeae9f52a6cc5a1541ffff20edd302bcbcb336a823 /misc
parent5fdaa85b0d76467676b8f9a6cb38497c8fb02688 (diff)
downloadfreebsd-ports-797bc0968f6c141c034212ff2d71f0d1f5e35194.tar.gz
freebsd-ports-797bc0968f6c141c034212ff2d71f0d1f5e35194.tar.zst
freebsd-ports-797bc0968f6c141c034212ff2d71f0d1f5e35194.zip
Fix ports for building with -current without perl
PR: 38359 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59747
Diffstat (limited to 'misc')
-rw-r--r--misc/xosd/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile
index 3e8aee0ddc73..149c21ebfdcd 100644
--- a/misc/xosd/Makefile
+++ b/misc/xosd/Makefile
@@ -41,7 +41,4 @@ PLIST_SUB+= WITH_XMMS=""
PLIST_SUB+= WITH_XMMS="@comment "
.endif
-pre-build:
- ${PERL} -pi -e "s@gcc@${CC}@g" ${WRKSRC}/Makefile
-
.include <bsd.port.mk>