$OpenBSD: patch-ddd_Makefile_in,v 1.4 2003/10/26 17:30:40 sturm Exp $
--- ddd/Makefile.in.orig	2003-06-03 21:37:26.000000000 +1000
+++ ddd/Makefile.in	2003-10-10 12:31:23.000000000 +1000
@@ -256,8 +256,8 @@ SUFFIXES = .C .c .Y .L .txt .xbm .xbmxx 
 
 
 # Shared data installation
-dddrootdir = $(pkgdatadir)-$(VERSION)
-dddappdir = $(pkgdatadir)-$(VERSION)/$(ddd)
+dddrootdir = $(pkgdatadir)
+dddappdir = $(pkgdatadir)/$(ddd)
 
 # -----------------------------------------------------------------------------
 # DDD Sources.
@@ -2610,17 +2610,8 @@ configinfo.C: USERINFO $(srcdir)/config-
 	$(MV) $@~ $@
 
 # If `~/.ddd_userinfo' exists, use this file as personal identification.
-USERINFO: userinfo$(EXEEXT)
-	-(cat $$HOME/.ddd_userinfo 2> /dev/null || \
-	./userinfo || echo '(unknown)') > $@~ && $(MV) $@~ $@
-	@$(ECHO) ""
-	@$(ECHO) "Please check your name and e-mail address:"
-	@$(ECHO) ""
-	@$(CAT) $@
-	@$(ECHO) ""
-	@$(ECHO) "This information will be compiled into $(DDD)."
-	@$(ECHO) "If it is not correct, please edit $@ and re-compile."
-	@$(ECHO) ""
+USERINFO:
+	echo ${MAINTAINER} >$@
 
 # EPS code stuff.
 $(srcdir)/header.str: $(srcdir)/header.ps
