1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Cleanup Makefile and reformat port description.

This commit is contained in:
Alexey Dokuchaev 2011-04-12 08:04:04 +00:00
parent c565a4550f
commit c1d077914d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272594
2 changed files with 12 additions and 13 deletions

View File

@ -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>

View File

@ -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.