1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Install binary in PREFIX/sbin vs. bin

Reviewed by:	nectar@FreeBSD.ORG (Maintainer)
This commit is contained in:
David E. O'Brien 1998-12-03 00:40:51 +00:00
parent c33964d452
commit d0d698ca46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15079
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Date created: 7/06/1998
# Whom: nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.3 1998/11/29 03:20:10 nectar Exp $
# $Id: Makefile,v 1.4 1998/12/01 04:04:06 nectar Exp $
#
DISTNAME= smurflog-2.1
@ -17,6 +17,6 @@ GNU_CONFIGURE= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/bin/smurflog
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
bin/smurflog
sbin/smurflog
share/doc/README.smurflog