diff options
author | pat <pat@FreeBSD.org> | 2002-05-23 00:32:04 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-23 00:32:04 +0000 |
commit | ccf69d9370f1b396c50c57421c2d6633769fc944 (patch) | |
tree | 37fc7529631cbcd2c3a85c29acc1e32a3a3b58e7 /misc/xosd | |
parent | d4a41cc316fff92f393d9f66a4121809b2ecbb51 (diff) | |
download | FreeBSD-ports-ccf69d9370f1b396c50c57421c2d6633769fc944.zip FreeBSD-ports-ccf69d9370f1b396c50c57421c2d6633769fc944.tar.gz |
Fix ports for building with -current without perl
PR: 38359
Submitted by: maintainer
Diffstat (limited to 'misc/xosd')
-rw-r--r-- | misc/xosd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 3e8aee0..149c21e 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> |