summaryrefslogtreecommitdiffstats
path: root/sysutils/freesbie/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-01 13:03:25 +0000
committerbapt <bapt@FreeBSD.org>2014-09-01 13:03:25 +0000
commit90c29cca255cfd1665d8132e185fa401329ad673 (patch)
treeb8124e1b26d3492a2efdf76a075756366da04991 /sysutils/freesbie/Makefile
parentd0966178b740c628954c7eb37143a02d12fefe0e (diff)
downloadFreeBSD-ports-90c29cca255cfd1665d8132e185fa401329ad673.zip
FreeBSD-ports-90c29cca255cfd1665d8132e185fa401329ad673.tar.gz
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693
Diffstat (limited to 'sysutils/freesbie/Makefile')
-rw-r--r--sysutils/freesbie/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile
index 86e9d77..5c63857 100644
--- a/sysutils/freesbie/Makefile
+++ b/sysutils/freesbie/Makefile
@@ -24,11 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}2
ONLY_FOR_ARCHS= amd64 i386 powerpc
ONLY_FOR_ARCHS_REASON= FreeSBIE build system only supports amd64, i386 and powerpc
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_PKGNG)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-pkgng
-.endif
pre-configure:
@${SED} -e "s:%%ARCH%%:${ARCH}:g" ${FILESDIR}/conf-arch-FREESBIE.in > ${WRKSRC}/conf/${ARCH}/FREESBIE
@@ -41,4 +37,4 @@ do-install:
@ cd ${WRKSRC} && ${FIND} . -type f -print | tar -cf - -T - | \
tar -xf - -C ${STAGEDIR}${DATADIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud