diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-23 00:32:04 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-23 00:32:04 +0000 |
commit | 797bc0968f6c141c034212ff2d71f0d1f5e35194 (patch) | |
tree | ae9f52a6cc5a1541ffff20edd302bcbcb336a823 /misc/xosd | |
parent | 5fdaa85b0d76467676b8f9a6cb38497c8fb02688 (diff) | |
download | ports-797bc0968f6c141c034212ff2d71f0d1f5e35194.tar.gz ports-797bc0968f6c141c034212ff2d71f0d1f5e35194.zip |
Notes
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 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> |