freebsd-ports/devel/makeplus/files/patch-main.mk
Christian Weisgerber 4f04d70776 In memory of AlanE:
- Update to 0.2.3
- Add dependency on textproc/xmlto to create documentation
- Add run-time dependency on gmake
- Reword/clarify COMMENT and pkg-descr
- Cleanup Makefile
- Use DATADIR/DOCSDIR macros in pkg-plist
- Adopt this orphan

PR:		53180
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-07-01 16:04:55 +00:00

22 lines
574 B
Makefile

$FreeBSD$
--- main.mk.orig Sat Mar 1 15:42:02 2003
+++ main.mk Tue Jul 1 15:49:10 2003
@@ -33,13 +33,14 @@
infodir = $(prefix)/info
includedir = $(prefix)/include
pkgdatadir = $(datadir)/$(PACKAGE)
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
pkgetcdir = $(sysconfdir)/$(PACKAGE)
pkglibdir = $(libdir)/$(PACKAGE)
pkgincludedir = $(includedir)/$(PACKAGE)
ifneq ($(shell uname), FreeBSD)
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
manprefix = $(datadir)
else
+docdir = $(datadir)/doc/$(PACKAGE)
manprefix = $(prefix)
endif
mandir = $(manprefix)/man