From 375f0ab6872d2153d5ed5dad627e024033d1f7d6 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 26 Oct 1999 07:51:24 +0000 Subject: [PATCH] Adopt ports I care about. --- share/dict/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/dict/Makefile b/share/dict/Makefile index 20321abf8671..8c7edc9e746d 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ @@ -12,4 +13,6 @@ install: ${DESTDIR}${BINDIR}/dict (cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words) +MAINTAINER= obrien@FreeBSD.org + .include