comment stable port information

Package: comment
Version: 0.99.1
Revision: 1
Source: http://www.pldaniels.com/%n/%n-%v.tar.gz
Source-MD5: 82ef27571d6ca343d0796066b528a59e
Patch: %n.patch
CompileScript: make
InstallScript: <<
make install FINK_PREFIX=%p DESTDIR=%d
mkdir -p %i/share/man/man1
cp comment.1 %i/share/man/man1
<<
DocFiles: README LICENSE
#
Description: Instant flyaway information note taker
DescDetail: <<
Comment is a command line directory context note taker. Notes are stored
in both the local directory and each users home. It was developed as a
low impact tool for retaining flyaway information that is often needed at
a later date. The dual storage system provides convenient access to prior
notes, and all notes are stored in plain-text format.
<<
License: BSD
Maintainer: Chris Turkel
Homepage: http://www.pldaniels.com/comment/

comment stable port .patch

diff -ur comment-0.1.1/Makefile comment-new/Makefile
--- comment-0.1.1/Makefile Sun Mar 16 02:27:13 2003
+++ comment-new/Makefile Fri Jun 25 22:57:18 2004
@@ -17,7 +17,8 @@

install: comment
strip comment
- cp comment /usr/local/bin
+ install -m 755 -d $(DESTDIR)$(FINK_PREFIX)/bin
+ install -m 755 comment $(DESTDIR)$(FINK_PREFIX)/bin

clean:
rm *.o comment

comment _unstable_ port information

Package: comment
Version: 0.99.1
Revision: 1
Source: http://www.pldaniels.com/%n/%n-%v.tar.gz
Source-MD5: 82ef27571d6ca343d0796066b528a59e
Patch: %n.patch
CompileScript: make
InstallScript: <<
make install FINK_PREFIX=%p DESTDIR=%d
mkdir -p %i/share/man/man1
cp comment.1 %i/share/man/man1
<<
DocFiles: README LICENSE
#
Description: Instant flyaway information note taker
DescDetail: <<
Comment is a command line directory context note taker. Notes are stored
in both the local directory and each users home. It was developed as a
low impact tool for retaining flyaway information that is often needed at
a later date. The dual storage system provides convenient access to prior
notes, and all notes are stored in plain-text format.
<<
License: BSD
Maintainer: Chris Turkel
Homepage: http://www.pldaniels.com/comment/

comment _unstable_ port .patch

diff -ur comment-0.1.1/Makefile comment-new/Makefile
--- comment-0.1.1/Makefile Sun Mar 16 02:27:13 2003
+++ comment-new/Makefile Fri Jun 25 22:57:18 2004
@@ -17,7 +17,8 @@

install: comment
strip comment
- cp comment /usr/local/bin
+ install -m 755 -d $(DESTDIR)$(FINK_PREFIX)/bin
+ install -m 755 comment $(DESTDIR)$(FINK_PREFIX)/bin

clean:
rm *.o comment