From a5921bc3653e2e286715e6fe8d473ec0d02da38c Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 10 May 2016 00:51:50 +0000 Subject: Update share/examples/* to properly install /usr/share/examples. As result of this, a new examples package is now created. Note, this is only effective with 'SHARED=copies' (the default), as the 'SHARED=symlinks' mechanism will create a symlink to the source tree version of the file(s). Sponsored by: The FreeBSD Foundation --- share/examples/scsi_target/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/examples/scsi_target') diff --git a/share/examples/scsi_target/Makefile b/share/examples/scsi_target/Makefile index bab70b2f5d03..22647655a925 100644 --- a/share/examples/scsi_target/Makefile +++ b/share/examples/scsi_target/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE=examples +FILESDIR=${SHAREDIR}/examples/${PROG} PROG= scsi_target SRCS= scsi_target.h scsi_target.c scsi_cmds.c DPADD= ${LIBCAM} ${LIBSBUF} -- cgit v1.2.3