svn commit: r312800 - head/security/saint

Jason Helfman jgh at FreeBSD.org
Sat Feb 23 07:38:04 UTC 2013


Author: jgh
Date: Sat Feb 23 07:38:03 2013
New Revision: 312800
URL: http://svnweb.freebsd.org/changeset/ports/312800

Log:
  - no longer broken
  - trim historical header

Modified:
  head/security/saint/Makefile

Modified: head/security/saint/Makefile
==============================================================================
--- head/security/saint/Makefile	Sat Feb 23 07:21:57 2013	(r312799)
+++ head/security/saint/Makefile	Sat Feb 23 07:38:03 2013	(r312800)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	SAINT
-# Date created:		27 Jan 2000
-# Whom:			Carl Johan Madestrand <calle.madestrand at norrgarden.se>
-#
+# Created by: Carl Johan Madestrand <calle.madestrand at norrgarden.se>
 # $FreeBSD$
-#
 
 PORTNAME=	saint
 PORTVERSION=	3.5.8
@@ -31,10 +27,6 @@ MAKE_JOBS_UNSAFE=yes
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 900000
-BROKEN=		leaves files after deinstallation
-.endif
-
 do-install:
 	@${MKDIR} ${PREFIX}/saint
 	${RM} ${WRKSRC}/reconfig.orig


More information about the svn-ports-head mailing list