summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/rbl-milter/Makefile8
-rw-r--r--multimedia/xanim/Makefile12
-rw-r--r--security/tinc/Makefile8
3 files changed, 9 insertions, 19 deletions
diff --git a/mail/rbl-milter/Makefile b/mail/rbl-milter/Makefile
index f087532288c7..63e98708252b 100644
--- a/mail/rbl-milter/Makefile
+++ b/mail/rbl-milter/Makefile
@@ -10,8 +10,6 @@ MASTER_SITES= http://opensource.confusticate.com/rbl-milter/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A milter that adds mail header warnings on mail from open-relays
-NO_STAGE= yes
-
USE_RC_SUBR= rblmilter
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -22,13 +20,9 @@ PLIST_FILES= sbin/rbl-milter
.if defined(NO_WERROR)
pre-configure:
- @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.sed
- @${SED} 's!-Werror!!' ${WRKSRC}/configure.sed >${WRKSRC}/configure
+ ${REINPLACE_CMD} -e 's!-Werror!!' ${WRKSRC}/configure
.endif
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile
index 3e5e9b646b22..a93e243c7841 100644
--- a/multimedia/xanim/Makefile
+++ b/multimedia/xanim/Makefile
@@ -16,18 +16,16 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Play most popular animation formats and show pictures
NO_CDROM= redistributed without fee
-NO_STAGE= yes
+#NO_STAGE= yes
# clang's cpp destroys whitespace, particularly hard tabs in makefiles,
# which is fatal for imake.
USES= imake
USE_GCC= any
USE_XORG= xext xt sm ice xext x11
-MAN1= xanim.1
MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines
DLLDIR= ${PREFIX}/lib/X11/xanim
-PLIST_FILES+= bin/xanim
-NO_CDROM= without fee
+PLIST_FILES+= bin/xanim man/man1/xanim.1.gz
post-extract:
${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC}
@@ -56,9 +54,9 @@ PLIST_FILES+= lib/X11/xanim/cvid.readme lib/X11/xanim/cyuv.readme \
PLIST_DIRS+= lib/X11/xanim
post-install:
- @${MKDIR} ${DLLDIR}
- ${INSTALL_DATA} ${WRKDIR}/*.readme ${DLLDIR}
- ${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR}
+ ${MKDIR} ${STAGEDIR}${DLLDIR}
+ ${INSTALL_DATA} ${WRKDIR}/*.readme ${STAGEDIR}${DLLDIR}/
+ ${INSTALL_DATA} ${WRKDIR}/*.xa ${STAGEDIR}${DLLDIR}/
.endif
.include <bsd.port.post.mk>
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index 3bacea970a54..98f25feb39d5 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -15,8 +15,6 @@ LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
LICENSE= GPLv3
-NO_STAGE= yes
-
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -24,9 +22,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var
USE_RC_SUBR= tincd
-PLIST_FILES= sbin/tincd
-MAN5= tinc.conf.5
-MAN8= tincd.8
+PLIST_FILES= sbin/tincd \
+ man/man5/tinc.conf.5.gz man/man8/tincd.8.gz
+
INFO= tinc
.include <bsd.port.mk>