diff options
Diffstat (limited to 'devel/global/Makefile')
-rw-r--r-- | devel/global/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index 4f0cc92..a8342cd 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -6,7 +6,7 @@ # PORTNAME= global -PORTVERSION= 4.8 +PORTVERSION= 4.8.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,4 +34,8 @@ post-install: .endfor .endif +# This target is only meant to be used by the port maintainer. +x-generate-plist: + (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${SED} -E 's,.*share/nls/.+$$,,;s,(@dirrm )share/doc/global,%%PORTDOCS%%\1%%DOCSDIR%%,;s,share/doc/global,%%PORTDOCS%%%%DOCSDIR%%,;s,^info/.+,,'|${TR} -s '\n') > temp-pkg-plist + .include <bsd.port.mk> |