diff options
author | asami <asami@FreeBSD.org> | 2000-10-25 09:11:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-25 09:11:01 +0000 |
commit | 7ebda23de83fa5e674f0422ade760589130cb2ed (patch) | |
tree | 7b31d98c792a135b97d22355d930e0378cf48b0f /sysutils/xbatt | |
parent | 8873423b67cc6ee4ae9ef3268c01c576c9529fb7 (diff) | |
download | FreeBSD-ports-7ebda23de83fa5e674f0422ade760589130cb2ed.zip FreeBSD-ports-7ebda23de83fa5e674f0422ade760589130cb2ed.tar.gz |
ComplexProgramTarget() -> ComplexProgramTargetNoMan()
Submitted by: my poor laptop
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r-- | sysutils/xbatt/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/xbatt/files/patch-aa b/sysutils/xbatt/files/patch-aa new file mode 100644 index 0000000..2ca79c7 --- /dev/null +++ b/sysutils/xbatt/files/patch-aa @@ -0,0 +1,8 @@ +--- Imakefile.org Thu Mar 6 22:54:29 1997 ++++ Imakefile Wed Oct 25 02:08:11 2000 +@@ -13,4 +13,4 @@ + INSTALLFLAGS=-c -m 2755 + #endif + +-ComplexProgramTarget(xbatt) ++ComplexProgramTargetNoMan(xbatt) |