config root man

Current Path : /usr/src/share/mk/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/share/mk/bsd.pkg.mk

# $FreeBSD: release/9.1.0/share/mk/bsd.pkg.mk 139068 2004-12-20 15:46:56Z paul $

WRKDIR=${.OBJDIR}
.if ${.OBJDIR} == ${.CURDIR}
WRKDIR=${.CURDIR}/work
.endif
NO_WRKSUBDIR=YES
NO_CHECKSUM=YES
NO_BUILD=YES

fetch:
extract:
patch:
configure:
build:

.if target(__<bsd.obj.mk>__)
clean: do-clean
.if ${CANONICALOBJDIR} != ${.CURDIR} && exists(${CANONICALOBJDIR}/)
	@rm -rf ${CANONICALOBJDIR}
.else
	@if [ -L ${.CURDIR}/obj ]; then rm -f ${.CURDIR}/obj; fi
.if defined(CLEANFILES) && !empty(CLEANFILES)
	rm -f ${CLEANFILES}
.endif
.if defined(CLEANDIRS) && !empty(CLEANDIRS)
	rm -rf ${CLEANDIRS}
.endif
.endif
.endif

.if !target(beforeinstall)
beforeinstall:
.endif
.if !target(afterinstall)
afterinstall:
.endif

install: install-message check-categories check-conflicts \
         run-depends lib-depends pre-install pre-install-script \
	 generate-plist check-already-installed \
	 check-umask install-mtree pre-su-install \
	 pre-su-install-script \
	 beforeinstall realinstall afterinstall \
	 add-plist-info post-install post-install-script \
	 compress-man run-ldconfig fake-pkg

.include <bsd.port.mk>

Man Man