1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Take out invocation of fake-pkg from do-install target. It is now

done in the main install target itself.
This commit is contained in:
Satoshi Asami 1995-04-24 09:10:36 +00:00
parent b93566a100
commit 069e6920d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1514
7 changed files with 6 additions and 13 deletions

View File

@ -3,7 +3,7 @@
# Date created: 18 Dec 1994
# Whom: swallace
#
# $Id: Makefile,v 1.5 1995/04/16 08:45:49 asami Exp $
# $Id: Makefile,v 1.6 1995/04/22 12:43:38 asami Exp $
#
DISTNAME= magic-6.4.4
@ -22,6 +22,5 @@ do-install:
@(cd ${PREFIX}; chown bin.bin bin/magic bin/ext2dlys bin/ext2sim bin/fsleeper bin/magicusage bin/net2ir bin/extcheck bin/X11Helper)
@(cd ${PREFIX}; chown bin.bin man/man8/prleak.8 man/man8/prleak.8 man/man1/ext2dlys.1 man/man1/ext2spice.1 man/man1/extcheck.1 man/man1/magic.1 man/man1/magicusage.1 man/man1/grsunprog.1 man/man1/ext2sim.1 man/man1/net2ir.1 man/man1/rsleeper.1 man/man1/sim2spice.1 man/man1/sleeper.1 man/man1/fsleeper.1 man/man5/cmap.5 man/man5/displays.5 man/man5/dlys.5 man/man5/sim.5 man/man5/dstyle.5 man/man5/ext.5 man/man5/glyphs.5 man/man5/magic.5 man/man5/net.5 man/man3/mpack.3 man/man3/dqueue.3 man/man3/extflat.3 man/man3/geometry.3 man/man3/hash.3 man/man3/heap.3 man/man3/libmalloc.3 man/man3/list.3 man/man3/magicutils.3 man/man3/malloc.3 man/man3/path.3 man/man3/runstats.3 man/man3/set.3 man/man3/show.3 man/man3/stack.3 man/man3/string.3 lib/mpack.h lib/libmpack.a)
@(cd ${PREFIX}; chown -R bin.bin lib/magic)
@${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 21 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.11 1995/04/20 18:20:55 asami Exp $
# $Id: Makefile,v 1.12 1995/04/21 01:21:26 asami Exp $
#
DISTNAME= jetpack
@ -22,6 +22,5 @@ do-install:
@chmod u+s ${PREFIX}/bin/jetpack
@chown games ${PREFIX}/lib/X11/jetpack
@chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
@${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: jmz
#
# $Id: Makefile,v 1.5 1995/04/20 18:21:08 asami Exp $
# $Id: Makefile,v 1.6 1995/04/21 01:21:34 asami Exp $
#
DISTNAME= xjewel-1.6
@ -29,6 +29,5 @@ do-install:
echo "xset +fp ${PREFIX}/lib/xjewel.font" >>${PREFIX}/bin/xjewel; \
echo "xjewel_" >>${PREFIX}/bin/xjewel; \
chmod ugo+x ${PREFIX}/bin/xjewel)
@${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>

View File

@ -68,6 +68,5 @@ do-install:
@chown -R mud.mud ${WRKDIR}/dgd
@tar -C ${WRKDIR} -cf - `grep '^dgd/' pkg/PLIST` \
| tar -C /usr/local -xpf -
@${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 28 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.6 1995/04/18 13:56:22 adam Exp $
# $Id: Makefile,v 1.7 1995/04/22 12:06:02 asami Exp $
#
DISTNAME= cnews
@ -52,6 +52,5 @@ do-install:
@echo " to suit your local system and news topology."
@echo "!!!!!!!!"
@echo ""
@${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 17 April 1995
# Whom: NIIMI Satoshi <sa2c@and.or.jp>
#
# $Id: Makefile,v 1.1.1.1 1995/04/17 05:58:40 asami Exp $
# $Id: Makefile,v 1.2 1995/04/22 12:29:46 asami Exp $
#
DISTNAME= WWW
@ -18,6 +18,5 @@ PATCH_STRIP= -p1
do-install:
install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${WRKSRC}/LineMode/unix/www ${PREFIX}/bin
@${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: pst
#
# $Id: Makefile,v 1.4 1995/04/17 07:56:09 asami Exp $
# $Id: Makefile,v 1.5 1995/04/22 12:29:38 asami Exp $
#
DISTNAME= WWW
@ -28,6 +28,5 @@ do-install:
${WRKSRC}/Daemon/unix/cgiparse ${WWW_ROOT}/cgi-bin
install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${WRKSRC}/Daemon/unix/cgiutils ${WWW_ROOT}/cgi-bin
@${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>