Make work with ${WRKSUBDIR}
This commit is contained in:
parent
f24de36ebf
commit
d6f4e4c2c2
@ -4,7 +4,7 @@
|
||||
# Date created: 10 Nov 1997
|
||||
# Whom: ejovi
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1997/11/17 21:47:31 joey Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 1998/01/16 15:40:31 niklas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pine3.96
|
||||
@ -17,6 +17,10 @@ MAINTAINER= joey@OpenBSD.ORG
|
||||
MAN1= pine.1 pico.1 pilot.1
|
||||
|
||||
post-install:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} files/pgpencrypt ${PREFIX}/bin/pgpencrypt
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} files/pgpdecode ${PREFIX}/bin/pgpdecode
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} files/pgpsign ${PREFIX}/bin/pgpsign
|
||||
install -c -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} files/dot.pinerc.pgp.sample ${PREFIX}/etc/dot.pinerc.pgp.sample
|
||||
install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
|
||||
${PREFIX}/share/doc/pine
|
||||
cd ${WRKSRC} && \
|
||||
|
@ -6,10 +6,6 @@ install:
|
||||
install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} bin/pico ${PREFIX}/bin/pico
|
||||
install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} bin/pilot ${PREFIX}/bin/pilot
|
||||
install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} bin/pine ${PREFIX}/bin/pine
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ../../files/pgpencrypt ${PREFIX}/bin/pgpencrypt
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ../../files/pgpdecode ${PREFIX}/bin/pgpdecode
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ../../files/pgpsign ${PREFIX}/bin/pgpsign
|
||||
install -c -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} ../../files/dot.pinerc.pgp.sample ${PREFIX}/etc/dot.pinerc.pgp.sample
|
||||
install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} doc/pico.1 ${PREFIX}/man/man1/pico.1
|
||||
install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} doc/pilot.1 ${PREFIX}/man/man1/pilot.1
|
||||
install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} doc/pine.1 ${PREFIX}/man/man1/pine.1
|
||||
|
Loading…
Reference in New Issue
Block a user