diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
index d6324cfe3a7..30ee3863844 100644
--- a/net/tintin++/Makefile
+++ b/net/tintin++/Makefile
@@ -1,21 +1,19 @@
-# OpenBSD makefile for:    tintin++
-# Version required:     1.5pl6
-# Date created:         17 Nov 1997
-# Whom:                 ejovi
-#
-# $OpenBSD: Makefile,v 1.1.1.1 1997/11/18 04:05:09 joey Exp $ 
+# $OpenBSD: Makefile,v 1.2 1999/03/30 06:01:54 marc Exp $ 
 # Id: Makefile,v 1.7 1996/11/18 11:36:43 asami Exp $
 #
 
 DISTNAME=       tintin++v1.5pl6
 PKGNAME=	tintin-1.5.6
 CATEGORIES=     net games
+
+MAINTAINER=	ports@OpenBSD.ORG
+
 MASTER_SITES=   ftp://princeton.edu/pub/tintin++/dist/
 EXTRACT_SUFX=   .tar.Z
 
-MAINTAINER=	joey@OpenBSD.ORG
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX}
 
 WRKSRC=         ${WRKDIR}/tintin++/src
-GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>