diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-18 09:15:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-18 09:15:21 +0000 |
commit | a8fef3569c3619b77c61b3b4b93ef773799eb964 (patch) | |
tree | 2e86906a462278533cb93390a7e2b44b9e1700b5 /graphics/flphoto/files | |
parent | 5d2e46fd1fc6196300ca585b2ec8426938d3b00c (diff) |
Notes
Diffstat (limited to 'graphics/flphoto/files')
-rw-r--r-- | graphics/flphoto/files/patch-Makefile.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/flphoto/files/patch-Makefile.in b/graphics/flphoto/files/patch-Makefile.in deleted file mode 100644 index cf8f43e38bb4..000000000000 --- a/graphics/flphoto/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Sun Sep 14 01:00:35 2003 -+++ Makefile.in Mon Dec 8 20:48:49 2003 -@@ -182,15 +182,9 @@ - $(CP) flphoto$(EXEEXT) $(DESTDIR)$(bindir) - $(FLTKCONFIG) --post $(DESTDIR)$(bindir)/flphoto$(EXEEXT) - echo Installing flPhoto manpages in $(DESTDIR)$(mandir) -- -$(MKDIR) $(DESTDIR)$(mandir)/cat1 -- $(RM) $(DESTDIR)$(mandir)/cat1/flphoto.$(CAT1EXT) -- $(CP) $(srcdir)/doc/flphoto.1 $(DESTDIR)$(mandir)/cat1/flphoto.$(CAT1EXT) - -$(MKDIR) $(DESTDIR)$(mandir)/man1 - $(RM) $(DESTDIR)$(mandir)/man1/flphoto.1 - $(CP) $(srcdir)/doc/flphoto.man $(DESTDIR)$(mandir)/man1/flphoto.1 -- -$(MKDIR) $(DESTDIR)$(mandir)/cat5 -- $(RM) $(DESTDIR)$(mandir)/cat5/album.$(CAT5EXT) -- $(CP) $(srcdir)/doc/album.5 $(DESTDIR)$(mandir)/cat5/album.$(CAT5EXT) - -$(MKDIR) $(DESTDIR)$(mandir)/man5 - $(RM) $(DESTDIR)$(mandir)/man5/album.5 - $(CP) $(srcdir)/doc/album.man $(DESTDIR)$(mandir)/man5/album.5 |