aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/pkg_tree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/pkg_tree/Makefile')
-rw-r--r--ports-mgmt/pkg_tree/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/ports-mgmt/pkg_tree/Makefile b/ports-mgmt/pkg_tree/Makefile
index 956067527dd9..3fda3bed432f 100644
--- a/ports-mgmt/pkg_tree/Makefile
+++ b/ports-mgmt/pkg_tree/Makefile
@@ -10,16 +10,15 @@ MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Get a 'graphical' tree-overview of installed packages
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USES= perl5 shebangfix
SHEBANG_FILES= pkg_tree
NO_ARCH= yes
-PLIST_FILES= bin/pkg_tree man/man7/pkg_tree.7.gz
-
-post-patch:
- @${REINPLACE_CMD} -e 's|__PREFIX__|${STAGEDIR}${PREFIX}|g ; \
- s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \
- s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile
+PLIST_FILES= bin/pkg_tree \
+ man/man7/pkg_tree.7.gz
.include <bsd.port.mk>