summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-03 11:11:50 +0000
committermiwi <miwi@FreeBSD.org>2014-02-03 11:11:50 +0000
commitc0ff616c6e2d4068648ec44d315f347ff11021cd (patch)
tree12a5b2aa435a6be1819c160647df942ccc0b8f3c
parent68335348141a46d713422fe409f9d918c3f6a2c1 (diff)
downloadFreeBSD-ports-c0ff616c6e2d4068648ec44d315f347ff11021cd.zip
FreeBSD-ports-c0ff616c6e2d4068648ec44d315f347ff11021cd.tar.gz
- Stage support
-rw-r--r--deskutils/hebcal/Makefile6
-rw-r--r--mail/elmo/Makefile3
-rw-r--r--mail/elmo/pkg-plist2
3 files changed, 5 insertions, 6 deletions
diff --git a/deskutils/hebcal/Makefile b/deskutils/hebcal/Makefile
index 4eabe70..288bc1a 100644
--- a/deskutils/hebcal/Makefile
+++ b/deskutils/hebcal/Makefile
@@ -11,9 +11,9 @@ COMMENT= Hebrew Calendar calculator
HAS_CONFIGURE= yes
-PLIST_FILES= bin/hebcal
-MAN1= hebcal.1
+PLIST_FILES= bin/hebcal \
+ man/man1/hebcal.1.gz
+
INFO= hebcal
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile
index 5066ee3..fbfca21 100644
--- a/mail/elmo/Makefile
+++ b/mail/elmo/Makefile
@@ -26,8 +26,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= elmo.1 elmoconf.pl.1
-
NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}"
NLS_CONFIGURE_OFF= --disable-nls
NLS_USES= gettext
@@ -36,7 +34,6 @@ OPTIONS_SUB= yes
.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME)
LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme
.else
-NO_STAGE= yes
pre-everything::
@${ECHO_CMD}
@${ECHO_CMD} "Define WITH_GPGME=yes to build with gpgme support."
diff --git a/mail/elmo/pkg-plist b/mail/elmo/pkg-plist
index 738bf6a..2f240ff 100644
--- a/mail/elmo/pkg-plist
+++ b/mail/elmo/pkg-plist
@@ -4,4 +4,6 @@ bin/elmoconf.pl
%%DATADIR%%/tutorial
%%NLS%%share/locale/de/LC_MESSAGES/elmo.mo
%%NLS%%share/locale/pl/LC_MESSAGES/elmo.mo
+man/man1/elmo.1.gz
+man/man1/elmoconf.pl.1.gz
@dirrm %%DATADIR%%
OpenPOWER on IntegriCloud