ports/www/man2web/files/patch-configure
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

23 lines
348 B
Text

--- configure.orig Mon Apr 28 03:07:10 2003
+++ configure Mon Apr 28 16:41:10 2003
@@ -4593,6 +4593,20 @@
distro=debian-3
;;
+ freebsd)
+ if test x$section_switch = x
+ then
+ section_switch="-S"
+ fi
+
+ if test x$manpath_switch = x
+ then
+ manpath_switch="-M"
+ fi
+
+ distro=freebsd
+ ;;
+
*)
distro=generic
;;