-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: Support PORTNAME/PORTVERSION variables.
- Loading branch information
sakamoto
committed
Apr 26, 2000
1 parent
8ec6999
commit b804cbd
Showing
2 changed files
with
40 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.4 1999/11/24 10:36:53 agc Exp $ | ||
# $NetBSD: Makefile,v 1.5 2000/04/26 16:18:58 sakamoto Exp $ | ||
# | ||
|
||
DISTNAME= port2pkg-1.2 | ||
DISTNAME= port2pkg-1.4 | ||
CATEGORIES= pkgtools | ||
MASTER_SITES= # empty | ||
DISTFILES= # empty | ||
|
||
MAINTAINER= [email protected] | ||
|
||
DEPENDS+= pkglint-*:../../pkgtools/pkglint | ||
RUN_DEPENDS+= pkglint:../../pkgtools/pkglint | ||
|
||
USE_PERL5= YES | ||
|
||
|
@@ -28,9 +28,11 @@ NROFF= nroff | |
|
||
do-build: | ||
${NROFF} -mandoc ${FILESDIR}/port2pkg.1 >${WRKSRC}/port2pkg.0 | ||
${SED} -e 's|$${GTAR}|${GTAR}|g' ${FILESDIR}/port2pkg.pl \ | ||
> ${WRKSRC}/port2pkg | ||
|
||
do-install: | ||
${INSTALL_SCRIPT} ${FILESDIR}/port2pkg.pl ${PREFIX}/bin/port2pkg | ||
${INSTALL_SCRIPT} ${WRKSRC}/port2pkg ${PREFIX}/bin | ||
${INSTALL_MAN} ${WRKSRC}/port2pkg.0 ${PREFIX}/man/cat1 | ||
${INSTALL_MAN} ${FILESDIR}/port2pkg.1 ${PREFIX}/man/man1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters