[Midnightbsd-cvs] mports [18549] trunk/emulators/aftp/Makefile: modernize

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 4 07:58:30 EDT 2015


Revision: 18549
          http://svnweb.midnightbsd.org/mports/?rev=18549
Author:   laffer1
Date:     2015-04-04 07:58:28 -0400 (Sat, 04 Apr 2015)
Log Message:
-----------
modernize

Modified Paths:
--------------
    trunk/emulators/aftp/Makefile

Modified: trunk/emulators/aftp/Makefile
===================================================================
--- trunk/emulators/aftp/Makefile	2015-04-04 11:57:30 UTC (rev 18548)
+++ trunk/emulators/aftp/Makefile	2015-04-04 11:58:28 UTC (rev 18549)
@@ -1,11 +1,5 @@
-# New ports collection makefile for:   aftp
-# Date created:		18th Febuary 1997
-# Last updated:		2nd August, 1998
-# Whom:			Joel Sutton <jsutton at bbcon.com.au>
-#
 # $MidnightBSD$
 # $FreeBSD: ports/emulators/aftp/Makefile,v 1.11 2004/02/05 20:37:08 trevor Exp $
-#
 
 PORTNAME=	aftp
 PORTVERSION=	1.0
@@ -15,11 +9,11 @@
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A ftp-like shell for accessing Apple II disk images
+COMMENT=	FTP-like shell for accessing Apple II disk images
+
 LICENSE=	publicdom
 
-MAN1=		aftp.1
-PLIST_FILES=	bin/aftp
+PLIST_FILES=	bin/aftp man/man1/aftp.1.gz
 
 post-patch:
 	${REINPLACE_CMD} -e 's|^CC=.*|CC=${CC} ${CPPFLAGS} ${CFLAGS}|' ${WRKSRC}/Makefile



More information about the Midnightbsd-cvs mailing list