summaryrefslogtreecommitdiffstats
path: root/www/links/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-04-29 15:38:06 +0000
committerdemon <demon@FreeBSD.org>2003-04-29 15:38:06 +0000
commit20e5cb670d6def81214c89db3d813a39f753d887 (patch)
tree68415fd3031d108eac3fac827e3c231b800454d1 /www/links/Makefile
parent65d125af21e3c92d07c4d17102dca7429b427cb9 (diff)
downloadFreeBSD-ports-20e5cb670d6def81214c89db3d813a39f753d887.zip
FreeBSD-ports-20e5cb670d6def81214c89db3d813a39f753d887.tar.gz
Use bsd.port.pre/post.mk, so Makefile.local does work.
PR: 50680 Submitted by: Petr Rehor <rx@rx.cz>
Diffstat (limited to 'www/links/Makefile')
-rw-r--r--www/links/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index d8ccdb7..0112e03 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -23,6 +23,8 @@ USE_OPENSSL= yes
USE_BZIP2= yes
USE_REINPLACE= yes
+.include <bsd.port.pre.mk>
+
.if !defined(WITHOUT_X11)
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
@@ -39,4 +41,4 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/default.c
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud