1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/irc/quirc/files/patch-aa
Kevin Lo 810725381e Fix for handling additional documents.
PR: 22249
Submitted by: Ports Fury
2000-10-24 16:35:18 +00:00

24 lines
492 B
Plaintext

--- Makefile.in.orig Wed Aug 2 19:24:59 2000
+++ Makefile.in Tue Oct 24 02:31:35 2000
@@ -70,7 +70,7 @@
VERSION = @VERSION@
WISH = @WISH@
-SUBDIRS = data doc
+SUBDIRS = data
# Main binary targets
bin_PROGRAMS = quirc
@@ -90,11 +90,6 @@
noinst_PROGRAMS = generate_tags
generate_tags_SOURCES = generate_tags.cc
-
-# Documentation
-
-docdir = $(prefix)/doc/@PACKAGE@
-doc_DATA = FAQ AUTHORS COPYING ChangeLog INSTALL NEWS README ChangeLog.themes
# RPM and spec file generation