g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the ports

system, as it existed 9 years ago, and has been obsolete for a long
time.
This commit is contained in:
Warner Losh 2014-05-10 16:38:27 +00:00
parent 58c2dbbc30
commit dfd11a4413
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265834
3 changed files with 1 additions and 57 deletions

View File

@ -1,48 +0,0 @@
# $FreeBSD$
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>

View File

@ -276,7 +276,3 @@ ${OBJS}: ${SRCS:M*.h}
.include <bsd.obj.mk>
.include <bsd.sys.mk>
.if defined(PORTNAME)
.include <bsd.pkg.mk>
.endif

View File

@ -147,15 +147,11 @@ CXXFLAGS+= ${CXXFLAGS.${COMPILER_TYPE}}
PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \
beforelinking build build-tools buildfiles buildincludes \
checkdpadd clean cleandepend cleandir cleanobj configure \
depend dependall distclean distribute exe extract \
depend dependall distclean distribute exe \
html includes install installfiles installincludes lint \
obj objlink objs objwarn realall realdepend \
realinstall regress subdir-all subdir-depend subdir-install \
tags whereobj
.if defined(PORTNAME)
PHONY_NOTMAIN+= fetch patch
.endif
.PHONY: ${PHONY_NOTMAIN}
.NOTMAIN: ${PHONY_NOTMAIN}