mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
- While here, use ${DOCSDIR} to silence portlint a bit PR: ports/63560 Submitted by: Alex Varju <varju@webct.com> (maintainer)
11 lines
389 B
Text
11 lines
389 B
Text
--- Makefile.in.orig Sat Feb 28 15:19:48 2004
|
|
+++ Makefile.in Sun Feb 29 17:22:11 2004
|
|
@@ -312,7 +312,7 @@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-SUBDIRS = Expense SyncTime KeyRing docs dialer po m4 empty icons
|
|
+SUBDIRS = Expense SyncTime KeyRing dialer po m4 empty
|
|
|
|
# install the manual docs
|
|
colordir = $(prefix)/share/$(PACKAGE)
|