aboutsummaryrefslogtreecommitdiff
path: root/print/ansiprint
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-21 17:12:31 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-21 17:12:31 +0000
commit448ac92a2ae0bd39cf575ac34e89068be9f0c869 (patch)
tree6136ad633a006a535424be163f88aa549fa2fc32 /print/ansiprint
parentb4c5d1d593377f4e87a0097cfbf53f3ff763446c (diff)
downloadports-448ac92a2ae0bd39cf575ac34e89068be9f0c869.tar.gz
ports-448ac92a2ae0bd39cf575ac34e89068be9f0c869.zip
Reset maintainer print/ansiprint per his request
Thanks for looking after this port, Stephen. While here, I'll make some cosmetic realignments and convert EXTRACT_SUFX to USES. PR: 192891 Submitted by: maintainer (Stephen Fisher)
Notes
Notes: svn path=/head/; revision=365570
Diffstat (limited to 'print/ansiprint')
-rw-r--r--print/ansiprint/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/print/ansiprint/Makefile b/print/ansiprint/Makefile
index 85cf2d414480..7688154ebe84 100644
--- a/print/ansiprint/Makefile
+++ b/print/ansiprint/Makefile
@@ -1,18 +1,17 @@
# Created by: Stephen Fisher
# $FreeBSD$
-PORTNAME= ansiprint
-PORTVERSION= 1.0
-CATEGORIES= print
-MASTER_SITES= SF
-EXTRACT_SUFX= .tgz
+PORTNAME= ansiprint
+PORTVERSION= 1.0
+CATEGORIES= print
+MASTER_SITES= SF
-MAINTAINER= stephenfisher@outlook.com
-COMMENT= Prints through a terminal with ANSI escape sequences
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Prints through a terminal with ANSI escape sequences
-PLIST_FILES= bin/${PORTNAME}
-
-CXXFLAGS+= -Wno-deprecated
+USES= tar:tgz
+PLIST_FILES= bin/${PORTNAME}
+CXXFLAGS+= -Wno-deprecated
post-extract:
@${RM} ${WRKSRC}/Makefile
@@ -21,6 +20,7 @@ do-build:
cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o ${PORTNAME} ansiprint.cc
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>