aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--converters/uudeview/Makefile12
-rw-r--r--converters/uudeview/pkg-plist5
2 files changed, 9 insertions, 8 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index 46d9d0804649..b92131602f27 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -13,11 +13,19 @@ MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A program for uu/xx/Base64/BinHex/yEnc de-/encoding
+LICENSE= GPLv2
+
LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib
GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-tcl
+MAKE_JOBS_SAFE= yes
+
+LDFLAGS+= -L${LOCALBASE}/lib
+
+MAN1= uudeview.1 uuenview.1
+PORTDOCS= HISTORY porting.notes
+PLIST_FILES= bin/uudeview bin/uuenview
.include <bsd.port.pre.mk>
@@ -30,8 +38,6 @@ CONFIGURE_ARGS+= --enable-inews=${PREFIX}/bin/inews
CONFIGURE_ARGS+= --enable-inews=${PREFIX}/news/lib/inews
.endif
-MAN1= uudeview.1 uuenview.1
-
post-install:
@${STRIP_CMD} ${PREFIX}/bin/uudeview
@${STRIP_CMD} ${PREFIX}/bin/uuenview
diff --git a/converters/uudeview/pkg-plist b/converters/uudeview/pkg-plist
deleted file mode 100644
index dc6c9cadfd30..000000000000
--- a/converters/uudeview/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/uudeview
-bin/uuenview
-%%PORTDOCS%%%%DOCSDIR%%/HISTORY
-%%PORTDOCS%%%%DOCSDIR%%/porting.notes
-%%PORTDOCS%%@dirrm %%DOCSDIR%%