summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/ermixer/Makefile2
-rw-r--r--databases/pydbdesigner/Makefile4
-rw-r--r--devel/cdialog/Makefile1
-rw-r--r--devel/invitation_to_ruby/Makefile1
-rw-r--r--devel/ossp-al/Makefile6
-rw-r--r--devel/ossp-cfg/Makefile2
-rw-r--r--devel/ossp-ex/Makefile2
-rw-r--r--devel/ossp-l2/Makefile2
-rw-r--r--devel/ossp-val/Makefile2
-rw-r--r--devel/ossp-var/Makefile2
-rw-r--r--devel/ruby-jttui/Makefile2
-rw-r--r--graphics/mgp-gallery/Makefile2
-rw-r--r--net/ossp-sa/Makefile2
-rw-r--r--print/cups-base/Makefile2
-rw-r--r--print/cups-lpr/Makefile3
-rw-r--r--print/cups/Makefile8
-rw-r--r--sysutils/xstow/Makefile5
17 files changed, 7 insertions, 41 deletions
diff --git a/audio/ermixer/Makefile b/audio/ermixer/Makefile
index 24f653bf4d71..06b7990c6c5c 100644
--- a/audio/ermixer/Makefile
+++ b/audio/ermixer/Makefile
@@ -30,5 +30,3 @@ CONFIGURE_ENV+= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/databases/pydbdesigner/Makefile b/databases/pydbdesigner/Makefile
index 7e9b08915639..22d9b9daf88d 100644
--- a/databases/pydbdesigner/Makefile
+++ b/databases/pydbdesigner/Makefile
@@ -45,7 +45,7 @@ post-patch:
# make the plist here (for now)
do-build:
cd ${WRKSRC};\
- echo bin/${PORTNAME} >${PLIST};\
+ ${ECHO_CMD} bin/${PORTNAME} >${PLIST};\
${FIND} . ! -type d | cut -c3- | sort \
| ${SED} -e "s|^|${MY_SITELIBSUBDIR}/|" >>${PLIST};\
${FIND} . -type d | cut -c3- | sort -r \
@@ -64,5 +64,3 @@ do-install:
${CHMOD} ${BINMODE} ${MY_SITELIBDIR}/main.py
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile
index 403986c8d049..dc0e9d9eda19 100644
--- a/devel/cdialog/Makefile
+++ b/devel/cdialog/Makefile
@@ -40,4 +40,3 @@ do-install:
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-#EOF
diff --git a/devel/invitation_to_ruby/Makefile b/devel/invitation_to_ruby/Makefile
index 2554ab2bea54..286e3318f552 100644
--- a/devel/invitation_to_ruby/Makefile
+++ b/devel/invitation_to_ruby/Makefile
@@ -52,4 +52,3 @@ do-install:
${CHMOD} -R ugo-w,ugo+rX ${DOCSDIR}
.include <bsd.port.post.mk>
-#EOF
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile
index 86c7d80479e0..822251d0f687 100644
--- a/devel/ossp-al/Makefile
+++ b/devel/ossp-al/Makefile
@@ -18,15 +18,13 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= ports@FreeBSD.org
COMMENT= Defines an abstract type of buffer that can move data without copying
-LIB_DEPENDS= ex.10:${.CURDIR}/../../devel/ossp-ex
+LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile
index 6ba6ca4e9d55..08dfd48be24d 100644
--- a/devel/ossp-cfg/Makefile
+++ b/devel/ossp-cfg/Makefile
@@ -27,5 +27,3 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile
index d3a3d0dcae64..f56de12fa14c 100644
--- a/devel/ossp-ex/Makefile
+++ b/devel/ossp-ex/Makefile
@@ -26,5 +26,3 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile
index 630bcb7c2b19..e2ad533e0b1e 100644
--- a/devel/ossp-l2/Makefile
+++ b/devel/ossp-l2/Makefile
@@ -26,5 +26,3 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile
index 4fa5ab4b45a9..d6d18722348a 100644
--- a/devel/ossp-val/Makefile
+++ b/devel/ossp-val/Makefile
@@ -26,5 +26,3 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile
index 5154433a5e74..788f51d22fb3 100644
--- a/devel/ossp-var/Makefile
+++ b/devel/ossp-var/Makefile
@@ -26,5 +26,3 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/devel/ruby-jttui/Makefile b/devel/ruby-jttui/Makefile
index f49bc86da824..02610cd24047 100644
--- a/devel/ruby-jttui/Makefile
+++ b/devel/ruby-jttui/Makefile
@@ -35,5 +35,3 @@ post-install:
${CHMOD} ugo+x ${DESTDIR}${RUBY_MODEXAMPLESDIR}/example-*.rb
.endif # !defined(NOPORTDOCS)
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/graphics/mgp-gallery/Makefile b/graphics/mgp-gallery/Makefile
index 56c58143c06f..e67064113d99 100644
--- a/graphics/mgp-gallery/Makefile
+++ b/graphics/mgp-gallery/Makefile
@@ -40,5 +40,3 @@ do-install:
.endfor # i in midgard backgrounds solid gradient
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile
index 95939cde8e14..61b46520e3dd 100644
--- a/net/ossp-sa/Makefile
+++ b/net/ossp-sa/Makefile
@@ -26,5 +26,3 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index e6a4aa2a9bc1..097be8820344 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -53,5 +53,3 @@ post-install:
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile
index aec4c29becbe..5853b3a17126 100644
--- a/print/cups-lpr/Makefile
+++ b/print/cups-lpr/Makefile
@@ -31,10 +31,7 @@ post-install:
${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete
${FIND} ${PREFIX}/man/fr/cat* -type l -name '*.0' -delete
-
.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 265ce64d47e8..0dff075f98a6 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -19,9 +19,9 @@ EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= The Common UNIX Printing System: Metaport to install complete system
-LIB_DEPENDS+= cups.2:${.CURDIR}/../../print/cups-base
-RUN_DEPENDS+= espgs:${.CURDIR}/../../print/cups-pstoraster \
- ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
+RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster \
+ ${LOCALBASE}/sbin/cupsaddsmb:${PORTSDIR}/print/cups-lpr
.if make(package)
DEPENDS_TARGET="package"
@@ -39,5 +39,3 @@ do-install:
.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile
index abff0210a4da..6f68fb45f2a8 100644
--- a/sysutils/xstow/Makefile
+++ b/sysutils/xstow/Makefile
@@ -24,7 +24,4 @@ GNU_CONFIGURE= yes
MAN1= xstow.1
MAN5= xstow.ini.5
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
-
-#EOF
+.include <bsd.port.mk>