aboutsummaryrefslogtreecommitdiffstats
path: root/www/wml
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-11 13:37:39 +0800
committerasami <asami@FreeBSD.org>1998-11-11 13:37:39 +0800
commit559e1bc28bd975c38b561de15be3918ba1f71b5e (patch)
treecda169bf1e41b7166c2d2febd3d858c1411d0e64 /www/wml
parent7aed28166a84f266be861367fc9a1add43f9219a (diff)
downloadfreebsd-ports-graphics-559e1bc28bd975c38b561de15be3918ba1f71b5e.tar.gz
freebsd-ports-graphics-559e1bc28bd975c38b561de15be3918ba1f71b5e.tar.zst
freebsd-ports-graphics-559e1bc28bd975c38b561de15be3918ba1f71b5e.zip
Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
Diffstat (limited to 'www/wml')
-rw-r--r--www/wml/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index f96bc873792..702703b2922 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -3,7 +3,7 @@
# Date created: 09-Sep-1997
# Whom: Ralf S. Engelschall <rse@engelschall.com>
#
-# $Id: Makefile,v 1.25 1998/09/15 21:31:58 asami Exp $
+# $Id: Makefile,v 1.26 1998/10/15 10:43:21 jseger Exp $
#
DISTNAME= wml-1.6.7
@@ -15,7 +15,8 @@ MASTER_SITES= http://www.engelschall.com/sw/wml/distrib/ \
MAINTAINER= rse@engelschall.com
-OSVERSION!= sysctl -n kern.osreldate
+.include <bsd.port.pre.mk>
+
.if ${OSVERSION} >= 300000
BROKEN= perl
.endif
@@ -66,4 +67,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>