aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc-units/Makefile
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-28 08:16:57 +0800
committerantoine <antoine@FreeBSD.org>2014-01-28 08:16:57 +0800
commite57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1 (patch)
treeabfd68b8753cc6bcc11cad568d57d71208cdb0a1 /lang/fpc-units/Makefile
parent2fccfa036a74a77e0a84b9a95a8306f1181f4d25 (diff)
downloadfreebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.gz
freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.zst
freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.zip
Stage support
Diffstat (limited to 'lang/fpc-units/Makefile')
-rw-r--r--lang/fpc-units/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index 95f648e37e33..c06b7be1d033 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -15,6 +15,8 @@ COMMENT= A meta port to install Free Pascal units
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
+NO_INSTALL= yes
+NO_MTREE= yes
BUILDNAME= ${ARCH}-freebsd
@@ -105,7 +107,6 @@ ZLIB_DESC= Interface to the zlib compression library
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}
-NO_STAGE= yes
.include <bsd.port.options.mk>
OPTIONS_DEFAULT=A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DBLIB DTS FASTCGI FCL-ASYNC FCL-BASE \
@@ -125,7 +126,4 @@ UNITS_SELECTED+= ${OPT:L}
.endfor
USE_FPC= ${UNITS_SELECTED}
-do-install: build
- @${DO_NADA}
-
.include <bsd.port.mk>