-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at *install stage, and echo/ECHO_MSG is somewhat unsorted. It's quite possible I missed a few automated changes...
- Loading branch information
Showing
96 changed files
with
401 additions
and
401 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
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,4 +1,4 @@ | ||
# $OpenBSD: Makefile,v 1.1.1.1 2000/01/31 01:19:39 beck Exp $ | ||
# $OpenBSD: Makefile,v 1.2 2000/02/11 01:09:59 espie Exp $ | ||
|
||
DISTNAME= gogo224b | ||
BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm | ||
|
@@ -11,9 +11,9 @@ MASTER_SITES= http://www.kurims.kyoto-u.ac.jp/~shigeo/soft/gogo2/src/ | |
MAINTAINER= [email protected] | ||
|
||
post-install: | ||
@${MKDIR} ${PREFIX}/share/doc/gogo | ||
@mkdir -p ${PREFIX}/share/doc/gogo | ||
${INSTALL_MAN} ${WRKSRC}/*.txt ${PREFIX}/share/doc/gogo | ||
@${MKDIR} ${PREFIX}/share/doc/gogo/japandoc | ||
@mkdir -p ${PREFIX}/share/doc/gogo/japandoc | ||
${INSTALL_DATA} ${WRKSRC}/japandoc/* ${PREFIX}/share/doc/gogo/japandoc | ||
|
||
.include <bsd.port.mk> |
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
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,4 +1,4 @@ | ||
# $OpenBSD: Makefile,v 1.6 1999/09/26 21:09:50 espie Exp $ | ||
# $OpenBSD: Makefile,v 1.7 2000/02/11 01:09:59 espie Exp $ | ||
|
||
DISTNAME= tosha-0.6 | ||
CATEGORIES= audio | ||
|
@@ -8,8 +8,8 @@ MAINTAINER= [email protected] | |
|
||
post-install: | ||
@if [ -e /etc/tosharc ] ; then \ | ||
${ECHO} "===> You might wish to update /etc/tosharc"; \ | ||
${ECHO} "===> check ${PREFIX}/lib/tosha/tosharc.sample"; \ | ||
echo "===> You might wish to update /etc/tosharc"; \ | ||
echo "===> check ${PREFIX}/lib/tosha/tosharc.sample"; \ | ||
else \ | ||
cp ${PREFIX}/lib/tosha/tosharc.sample /etc/tosharc; \ | ||
fi | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Date created: Thu Jan 18, 2000 | ||
# Whom: Kevin Lo <[email protected]> | ||
# | ||
# $OpenBSD: Makefile,v 1.1.1.1 2000/01/18 10:13:35 kevlo Exp $ | ||
# $OpenBSD: Makefile,v 1.2 2000/02/11 01:10:00 espie Exp $ | ||
# | ||
|
||
DISTNAME= cless-290 | ||
|
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes | |
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less | ||
|
||
post-install: | ||
${MKDIR} ${PREFIX}/share/doc/cless | ||
mkdir -p ${PREFIX}/share/doc/cless | ||
${INSTALL_DATA} ${WRKSRC}/README.CLESS ${PREFIX}/share/doc/cless | ||
|
||
.include <bsd.port.mk> |
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Date created: 23 August 1999 | ||
# Whom: Alex Varju <[email protected]> | ||
# | ||
# $OpenBSD: Makefile,v 1.2 2000/01/05 23:42:20 dugsong Exp $ | ||
# $OpenBSD: Makefile,v 1.3 2000/02/11 01:10:00 espie Exp $ | ||
# $FreeBSD: ports/palm/jpilot/Makefile,v 1.6 1999/11/11 22:40:39 sumikawa Exp $ | ||
|
||
DISTNAME= jpilot-0.96 | ||
|
@@ -18,7 +18,7 @@ LIB_DEPENDS= pisock.3:${PORTSDIR}/comms/pilot-link \ | |
USE_AUTOCONF= yes | ||
|
||
post-install: | ||
${MKDIR} ${PREFIX}/share/doc/jpilot | ||
${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot | ||
mkdir -p ${PREFIX}/share/doc/jpilot | ||
cp ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot | ||
|
||
.include <bsd.port.mk> |
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
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
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
Oops, something went wrong.