1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Ed Schouten
ed64898f59 Make tweak honour compiler flags CC, CFLAGS, LDFLAGS, etc.
The Makefile that gets shipped with tweak overrides the default values
of the well known make variables. Because a diff to sanitize the
Makefile would be bigger than replacing it, add a BSD Makefile to the
files/ directory.

Also remove the unneeded commented DISTNAME line from the Makefile.

Approved by:	Jille Timmermans <jille quis cx> (port maintainer)
2009-02-17 19:51:46 +00:00
Martin Wilke
35a0daeb92 Tweak is a hex editor. It allows you to edit a file at very low level,
letting you see the full and exact binary contents of the file. It can be
useful for modifying binary files such as executables, editing disk or
CD images, debugging programs that generate binary file formats incorrectly,
and many other things.

WWW: http://www.chiark.greenend.org.uk/~sgtatham/tweak/

PR:		ports/131724
Submitted by:	Jille Timmermans (jille at quis.cx)
2009-02-15 21:23:29 +00:00