mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Convert PORTDATA=* to PLIST entries
This commit is contained in:
parent
9ae139d5b7
commit
7f18d8efdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451540
2 changed files with 35 additions and 2 deletions
|
@ -33,6 +33,4 @@ INSTALL_TARGET= install-strip
|
|||
USE_LDCONFIG= yes
|
||||
USES= jpeg libtool
|
||||
|
||||
PORTDATA= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -31,3 +31,38 @@ lib/libgeotiff.so.2.1.2
|
|||
man/man1/applygeo.1.gz
|
||||
man/man1/geotifcp.1.gz
|
||||
man/man1/listgeo.1.gz
|
||||
%%DATADIR%%/epsg_csv/alias.csv
|
||||
%%DATADIR%%/epsg_csv/area.csv
|
||||
%%DATADIR%%/epsg_csv/change.csv
|
||||
%%DATADIR%%/epsg_csv/compdcs.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_axis.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_axis_name.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation_method.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation_parameter.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation_parameter_value.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation_path.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_reference_system.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_system.csv
|
||||
%%DATADIR%%/epsg_csv/csv2c.py
|
||||
%%DATADIR%%/epsg_csv/csv_tools.py
|
||||
%%DATADIR%%/epsg_csv/datum.csv
|
||||
%%DATADIR%%/epsg_csv/datum_shift.csv
|
||||
%%DATADIR%%/epsg_csv/datum_shift_pref.csv
|
||||
%%DATADIR%%/epsg_csv/deprecation.csv
|
||||
%%DATADIR%%/epsg_csv/ellipsoid.csv
|
||||
%%DATADIR%%/epsg_csv/esri_datum_override.csv
|
||||
%%DATADIR%%/epsg_csv/gcs.csv
|
||||
%%DATADIR%%/epsg_csv/gcs.override.csv
|
||||
%%DATADIR%%/epsg_csv/geoccs.csv
|
||||
%%DATADIR%%/epsg_csv/naming_system.csv
|
||||
%%DATADIR%%/epsg_csv/pcs.csv
|
||||
%%DATADIR%%/epsg_csv/pcs.override.csv
|
||||
%%DATADIR%%/epsg_csv/prime_meridian.csv
|
||||
%%DATADIR%%/epsg_csv/projop_wparm.csv
|
||||
%%DATADIR%%/epsg_csv/stateplane.csv
|
||||
%%DATADIR%%/epsg_csv/supersession.csv
|
||||
%%DATADIR%%/epsg_csv/unit_of_measure.csv
|
||||
%%DATADIR%%/epsg_csv/version_history.csv
|
||||
%%DATADIR%%/epsg_csv/vertcs.csv
|
||||
%%DATADIR%%/epsg_csv/vertcs.override.csv
|
||||
|
|
Loading…
Add table
Reference in a new issue