aboutsummaryrefslogtreecommitdiff
path: root/archivers/squsq
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:57:31 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:57:31 +0000
commit142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42 (patch)
tree3b34a790743d501df42bd56a9dd54de3486de358 /archivers/squsq
parentd233d23153a79abe3de1d8486176c4d98ab09947 (diff)
downloadports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.tar.gz
ports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.zip
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while I am here.
Notes
Notes: svn path=/head/; revision=309150
Diffstat (limited to 'archivers/squsq')
-rw-r--r--archivers/squsq/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile
index 1c2eae995411..20bb9d5ecdcd 100644
--- a/archivers/squsq/Makefile
+++ b/archivers/squsq/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: squsq
-# Date created: 09 May 2003
-# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
-#
+# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
-#
PORTNAME= squsq
PORTVERSION= 3.3
@@ -21,6 +17,6 @@ MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= bin/sq bin/usq
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin
.include <bsd.port.mk>