diff options
author | yar <yar@FreeBSD.org> | 2006-02-08 00:47:57 +0800 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-02-08 00:47:57 +0800 |
commit | ffdf3c01b55e86f9ad02ff4aa5374c3c238e5223 (patch) | |
tree | 99ab69a4a8d57eaac887d3bc02072557fa889bee /misc/cpuid/files | |
parent | 7cd35ef10cfbd896cf6ffa2b600f4c83dbff4d84 (diff) | |
download | freebsd-ports-gnome-ffdf3c01b55e86f9ad02ff4aa5374c3c238e5223.tar.gz freebsd-ports-gnome-ffdf3c01b55e86f9ad02ff4aa5374c3c238e5223.tar.zst freebsd-ports-gnome-ffdf3c01b55e86f9ad02ff4aa5374c3c238e5223.zip |
This software has quite broken original Makefile, at least for us.
Instead of trying to patch it, just supply a BSD-specific Makefile
using <bsd.prog.mk>. This removes the build-time dependency of this
tiny port on USE_REINPLACE and the heavy-weight gmake at once.
Diffstat (limited to 'misc/cpuid/files')
-rw-r--r-- | misc/cpuid/files/Makefile.bsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/cpuid/files/Makefile.bsd b/misc/cpuid/files/Makefile.bsd new file mode 100644 index 000000000000..71bc5d85d80c --- /dev/null +++ b/misc/cpuid/files/Makefile.bsd @@ -0,0 +1,4 @@ +PROG=cpuid +NOMAN= +BINDIR=${PREFIX}/bin +.include <bsd.prog.mk>" |