diff options
-rw-r--r-- | german/manpages/Makefile | 3 | ||||
-rw-r--r-- | german/manpages/pkg-plist | 0 | ||||
-rw-r--r-- | graphics/opengl-man/Makefile | 2 | ||||
-rw-r--r-- | graphics/opengl-man/pkg-plist | 0 | ||||
-rw-r--r-- | lang/pnet/pkg-plist | 0 | ||||
-rw-r--r-- | mail/ezmlm-web/Makefile | 3 | ||||
-rw-r--r-- | mail/ezmlm-web/pkg-message | 0 | ||||
-rw-r--r-- | misc/instant-server/pkg-plist | 0 | ||||
-rw-r--r-- | misc/sword-modules/Makefile | 2 | ||||
-rw-r--r-- | misc/sword-modules/pkg-plist | 0 | ||||
-rw-r--r-- | net/wais/pkg-plist | 0 | ||||
-rw-r--r-- | picobsd/ssh-picobsd/Makefile | 14 | ||||
-rw-r--r-- | picobsd/ssh-picobsd/pkg-plist | 0 | ||||
-rw-r--r-- | textproc/xalan-j/pkg-plist | 0 | ||||
-rw-r--r-- | www/checkbot/pkg-plist | 0 |
15 files changed, 10 insertions, 14 deletions
diff --git a/german/manpages/Makefile b/german/manpages/Makefile index 36f280b476b7..727932bdc374 100644 --- a/german/manpages/Makefile +++ b/german/manpages/Makefile @@ -7,9 +7,8 @@ PORTNAME= manpages-de PORTVERSION= 0.4 - CATEGORIES= german -MASTER_SITES= http://www.infodrom.org/projects/manpages-de/download/ \ +MASTER_SITES= http://www.infodrom.org/projects/manpages-de/download/ \ http://wolfram.schneider.org/src/ MAINTAINER= wosch@FreeBSD.org diff --git a/german/manpages/pkg-plist b/german/manpages/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/german/manpages/pkg-plist +++ /dev/null diff --git a/graphics/opengl-man/Makefile b/graphics/opengl-man/Makefile index a5fc2c406eb6..fc6054b77d5e 100644 --- a/graphics/opengl-man/Makefile +++ b/graphics/opengl-man/Makefile @@ -165,7 +165,7 @@ MAN3= glDisable.3 glDisableClientState.3 glEdgeFlag.3 \ do-install: @for file in ${MAN3} ; do \ - $(INSTALL_MAN) $(WRKSRC)/man3/$$file $(PREFIX)/man/man3/. ; \ + ${INSTALL_MAN} ${WRKSRC}/man3/$$file ${PREFIX}/man/man3/. ; \ done .include <bsd.port.post.mk> diff --git a/graphics/opengl-man/pkg-plist b/graphics/opengl-man/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/graphics/opengl-man/pkg-plist +++ /dev/null diff --git a/lang/pnet/pkg-plist b/lang/pnet/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/lang/pnet/pkg-plist +++ /dev/null diff --git a/mail/ezmlm-web/Makefile b/mail/ezmlm-web/Makefile index f8895efc72ab..fc626f0d7b69 100644 --- a/mail/ezmlm-web/Makefile +++ b/mail/ezmlm-web/Makefile @@ -54,8 +54,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif -post-install: - @${SED} 's!%%PREFIX%%!${PREFIX}!g; s!%%EZMLM_DIR%%!${PREFIX}${EZMLM_DIR:S/^\///}!g' ${PKGMESSAGE} - @${ECHO} .include <bsd.port.mk> diff --git a/mail/ezmlm-web/pkg-message b/mail/ezmlm-web/pkg-message deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/mail/ezmlm-web/pkg-message +++ /dev/null diff --git a/misc/instant-server/pkg-plist b/misc/instant-server/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/misc/instant-server/pkg-plist +++ /dev/null diff --git a/misc/sword-modules/Makefile b/misc/sword-modules/Makefile index f00ff980c9cd..2ba3e55e7c1d 100644 --- a/misc/sword-modules/Makefile +++ b/misc/sword-modules/Makefile @@ -62,7 +62,7 @@ post-clean: @${RM} -f ${MODFILE} do-install: - @${MKDIR} -p ${PREFIX}/share/sword + @${MKDIR} ${PREFIX}/share/sword @for i in ${MODULE_FILES}; do \ ${EXTRACT_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/$${i} -d ${PREFIX}/share/sword; \ done diff --git a/misc/sword-modules/pkg-plist b/misc/sword-modules/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/misc/sword-modules/pkg-plist +++ /dev/null diff --git a/net/wais/pkg-plist b/net/wais/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net/wais/pkg-plist +++ /dev/null diff --git a/picobsd/ssh-picobsd/Makefile b/picobsd/ssh-picobsd/Makefile index 0ee1fc5ca9b0..dd6a7c438762 100644 --- a/picobsd/ssh-picobsd/Makefile +++ b/picobsd/ssh-picobsd/Makefile @@ -28,24 +28,24 @@ BROKEN= "Install fails" USE_AUTOCONF_VER= 213 GNU_CONFIGURE= YES USE_PERL5= YES -CONFIGURE_ENV+= PERL=${PERL5} +CONFIGURE_ENV+= PERL=${PERL5} -CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/etc +CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/etc # Uncomment if all your users are in their own group and their homedir # is writeable by that group. Beware the security implications! # -#CONFIGURE_ARGS+= --enable-group-writeability +#CONFIGURE_ARGS+= --enable-group-writeability # Uncomment if you want to allow ssh to emulate an unencrypted rsh connection # over a secure medium (i.e. allow SSH connections without encryption). # This is normally dangerous since it can lead to the disclosure of keys # and passwords. # -#CONFIGURE_ARGS+= --with-none +#CONFIGURE_ARGS+= --with-none .if defined(KRB5_HOME) && exists(${KRB5_HOME}) -CONFIGURE_ARGS+=--with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing \ +CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing \ --disable-suid-ssh .endif @@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing \ # Warning: untested ! # .if defined(WITH_SECUREID) -CONFIGURE_ARGS+= --with-secureid +CONFIGURE_ARGS+= --with-secureid .endif # Don't use IDEA. IDEA can be freely used for non-commercial use. However, @@ -69,6 +69,6 @@ pre-patch: .include <bsd.port.pre.mk> # no IDEA, tcpwrap, IPV6, SOCKS, x11 for picobsd -CONFIGURE_ARGS+= --disable-ipv6 --without-x --without-idea +CONFIGURE_ARGS+= --disable-ipv6 --without-x --without-idea .include <bsd.port.post.mk> diff --git a/picobsd/ssh-picobsd/pkg-plist b/picobsd/ssh-picobsd/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/picobsd/ssh-picobsd/pkg-plist +++ /dev/null diff --git a/textproc/xalan-j/pkg-plist b/textproc/xalan-j/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/textproc/xalan-j/pkg-plist +++ /dev/null diff --git a/www/checkbot/pkg-plist b/www/checkbot/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/www/checkbot/pkg-plist +++ /dev/null |