From 74fc2116970f8ec186a82750e4e221223f4cd2fd Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 10 Nov 1996 21:32:56 +0000 Subject: CATEGORIES+= --> CATEGORIES= And clean up variable ordering (as shown in the handbook) as little. --- mail/poppassd/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'mail/poppassd') diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile index 1fdff2c0762e..a7b128fbdd3e 100644 --- a/mail/poppassd/Makefile +++ b/mail/poppassd/Makefile @@ -3,23 +3,22 @@ # Date Created: 21 August 1996 # Whom: Andrew Stevenson based heavily on the changes by Stephen Melvin # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/03 20:45:24 jfitz Exp $ # DISTNAME= poppassd PKGNAME= poppassd-4.0 -CATEGORIES+= mail +CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/password/ DISTFILES= pwserve-4 MAINTAINER= andrew@ugh.net.au -ALL_TARGET= poppassd - EXTRACT_CMD= /bin/cat EXTRACT_SUFX= EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= | /usr/bin/sed -e '1,16d' | /bin/sh +ALL_TARGET= poppassd post-install: @ strip ${PREFIX}/libexec/poppassd -- cgit