diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-12 08:04:04 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-12 08:04:04 +0000 |
commit | c1d077914d83c71cdc0c96f4692ca76816d348fa (patch) | |
tree | b99dd001560e6edc0c2257b253a7733779ed44b9 /archivers/nulib | |
parent | c565a4550f5067951eae1adb2b8c2653889691e2 (diff) | |
download | ports-c1d077914d83c71cdc0c96f4692ca76816d348fa.tar.gz ports-c1d077914d83c71cdc0c96f4692ca76816d348fa.zip |
Notes
Diffstat (limited to 'archivers/nulib')
-rw-r--r-- | archivers/nulib/Makefile | 14 | ||||
-rw-r--r-- | archivers/nulib/pkg-descr | 11 |
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. |