summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-02 16:00:44 +0000
committermiwi <miwi@FreeBSD.org>2014-02-02 16:00:44 +0000
commita27c4e44616461cc30dd7a525b2fb65284ec81a8 (patch)
tree6a8468a229c24cd0569fc3e634e151ac13d96032
parentc47f51ac994c7adaf47947e40610b6df7323ac46 (diff)
downloadFreeBSD-ports-a27c4e44616461cc30dd7a525b2fb65284ec81a8.zip
FreeBSD-ports-a27c4e44616461cc30dd7a525b2fb65284ec81a8.tar.gz
- Stage support
-rw-r--r--editors/fb/Makefile6
-rw-r--r--mail/newmail/Makefile6
-rw-r--r--misc/team/Makefile6
3 files changed, 6 insertions, 12 deletions
diff --git a/editors/fb/Makefile b/editors/fb/Makefile
index 8270ea8..f292227 100644
--- a/editors/fb/Makefile
+++ b/editors/fb/Makefile
@@ -13,11 +13,9 @@ COMMENT= Binary file viewer, editor, and manipulator (and a lot more)
NO_WRKSUBDIR= Yes
-MAN1= fb.1
-MANCOMPRESSED= maybe
-PLIST_FILES= bin/fb
+PLIST_FILES= bin/fb \
+ man/man1/fb.1.gz
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ARGS+= PREFIX="${PREFIX}"
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile
index cad65fb..5047902 100644
--- a/mail/newmail/Makefile
+++ b/mail/newmail/Makefile
@@ -11,9 +11,7 @@ COMMENT= Tool for checking for new mail in multiple mail boxes
WRKSRC= ${WRKDIR}/newmail
-MAN1= newmail.1
-MANCOMPRESSED= maybe
-PLIST_FILES= bin/newmail
+PLIST_FILES= bin/newmail \
+ man/man1/newmail.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/team/Makefile b/misc/team/Makefile
index 562f234..4302434 100644
--- a/misc/team/Makefile
+++ b/misc/team/Makefile
@@ -11,9 +11,7 @@ MASTER_SITE_SUBDIR= joerg
MAINTAINER= joerg@FreeBSD.org
COMMENT= Portable multi-buffered tape streaming utility
-MAN1= team.1
-MANCOMPRESSED= maybe
-PLIST_FILES= bin/team
+PLIST_FILES= bin/team \
+ man/man1/team.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>
OpenPOWER on IntegriCloud