diff options
author | asami <asami@FreeBSD.org> | 2000-01-07 16:40:17 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-07 16:40:17 +0000 |
commit | f9b53e0e17bffe566f5358c4535f6c06ad083735 (patch) | |
tree | 81704c55f30f4eecfa9e71070bc1ea60397be281 /misc | |
parent | 98f69b7646f01f7fdd8b902580026722232a9215 (diff) | |
download | FreeBSD-ports-f9b53e0e17bffe566f5358c4535f6c06ad083735.zip FreeBSD-ports-f9b53e0e17bffe566f5358c4535f6c06ad083735.tar.gz |
Don't include bsd.port.pre.mk twice. This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dnetc/Makefile | 2 | ||||
-rw-r--r-- | misc/proxyper/Makefile | 2 | ||||
-rw-r--r-- | misc/videotext/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index e52b07b..6ec87cc 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -88,4 +88,4 @@ do-install: ${INSTALL} -c -m 644 -o ${CLIENTUID} -g ${CLIENTGID} ${WRKDIR}/dnetc.ini ${BINDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile index 227f50d..354971d 100644 --- a/misc/proxyper/Makefile +++ b/misc/proxyper/Makefile @@ -48,4 +48,4 @@ do-install: ${CHMOD} 755 ${BINDIR} ${LN} -s ${BINDIR}proxyper.sh ${LIBDIR}proxyper.sh -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile index 3e90652..fe2b887 100644 --- a/misc/videotext/Makefile +++ b/misc/videotext/Makefile @@ -31,4 +31,4 @@ pre-install: @${ECHO} "*********************************************************" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |