diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-09 03:44:57 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-09 03:44:57 +0000 |
commit | cf92d7ada41774879016e1ab712494eeab7fa70b (patch) | |
tree | ebb6c4056ee9f8696be68e9715036d7aa352db5e /misc/gonvert/files | |
parent | 9714a9b4e09af19bec22ee47495e254a9868ec1a (diff) | |
download | FreeBSD-ports-cf92d7ada41774879016e1ab712494eeab7fa70b.zip FreeBSD-ports-cf92d7ada41774879016e1ab712494eeab7fa70b.tar.gz |
add gonvert
A conversion utility that allows conversion between many units
Diffstat (limited to 'misc/gonvert/files')
-rw-r--r-- | misc/gonvert/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/gonvert/files/patch-Makefile b/misc/gonvert/files/patch-Makefile new file mode 100644 index 0000000..c7d2c5a --- /dev/null +++ b/misc/gonvert/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig Mon Apr 9 02:43:10 2001 ++++ Makefile Mon Apr 9 02:43:36 2001 +@@ -20,8 +20,8 @@ + install --mode=644 pixmaps/gonvert_icon.png $(DESTDIR)/$(DATADIR)/pixmaps #copy gnome pictures over + install --directory $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities #create a directory for gnome menu description + install --mode=644 gonvert.desktop $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities #copy the gnome menu description +- install --directory $(MYDOCDIR) #create a directory that holds project documentation +- install --mode=644 doc/* $(MYDOCDIR) #copy project documentation ++# install --directory $(MYDOCDIR) #create a directory that holds project documentation ++# install --mode=644 doc/* $(MYDOCDIR) #copy project documentation + + uninstall: + rm -f $(DESTDIR)/$(BINDIR)/$(PROGRAMNAME) |