aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2011-04-12 16:04:04 +0800
committerdanfe <danfe@FreeBSD.org>2011-04-12 16:04:04 +0800
commit1f6e3dfbc619f6516db4d9804e4956008c85ef95 (patch)
tree603e0bfd304f35ee8d5e019753a17790fb38d062 /archivers
parent57613f453bfa400066f14bb8c0d10786569c1d86 (diff)
downloadfreebsd-ports-gnome-1f6e3dfbc619f6516db4d9804e4956008c85ef95.tar.gz
freebsd-ports-gnome-1f6e3dfbc619f6516db4d9804e4956008c85ef95.tar.zst
freebsd-ports-gnome-1f6e3dfbc619f6516db4d9804e4956008c85ef95.zip
Cleanup Makefile and reformat port description.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/nulib/Makefile14
-rw-r--r--archivers/nulib/pkg-descr11
2 files changed, 12 insertions, 13 deletions
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile
index 603f1bd238de..81bc654eecfb 100644
--- a/archivers/nulib/Makefile
+++ b/archivers/nulib/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: nulib
-# Date created: Thu May 8 00:14:31 PDT 1997
-# Whom: Steven Wallace <swallace@freebsd.org>
+# New ports collection makefile for: nulib
+# Date created: Thu May 8 00:14:31 PDT 1997
+# Whom: Steven Wallace <swallace@FreeBSD.org>
#
# $FreeBSD$
#
@@ -19,11 +19,11 @@ COMMENT= NuFX archive utility
WRKSRC= ${WRKDIR}/nulib
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-MAN1= nulib.1
-PLIST_FILES= bin/nulib
+MAN1= ${PORTNAME}.1
+PLIST_FILES= bin/${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nulib ${PREFIX}/bin/nulib
- ${INSTALL_MAN} ${WRKSRC}/nulib.1 ${PREFIX}/man/man1/nulib.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/archivers/nulib/pkg-descr b/archivers/nulib/pkg-descr
index 51d3ce8c6d22..06212b418790 100644
--- a/archivers/nulib/pkg-descr
+++ b/archivers/nulib/pkg-descr
@@ -1,6 +1,5 @@
-Nulib is a shell-based NuFX archive utility, based loosely on ARC for
-the IBM PC and ar(1) under UNIX. It allows you to perform certain
-operations on the same archives used by ShrinkIt, including view
-archive contents, add to archive, extract from archive, and delete
-from archive. In addition, it will list and unpack files from
-Binary II archives.
+Nulib is a shell-based NuFX archive utility, based loosely on ARC for the
+IBM PC and ar(1) under Unix. It allows you to perform certain operations
+on the same archives used by ShrinkIt, e.g. view archive contents, add to
+archive, extract from archive, and delete from archive. Additionally, it
+will list and unpack files from Binary II archives.