diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-07-31 07:04:49 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-07-31 07:04:49 +0800 |
commit | f755f94c143a0af43d3aa01716da10f95e467c98 (patch) | |
tree | c09a2bb28d2b4a3f2a46414d3f58ff9a4bb7f8fd /comms/hamlib | |
parent | 90829198fa9dfbca873aed65ecc13cb88d045bfb (diff) | |
download | freebsd-ports-graphics-f755f94c143a0af43d3aa01716da10f95e467c98.tar.gz freebsd-ports-graphics-f755f94c143a0af43d3aa01716da10f95e467c98.tar.zst freebsd-ports-graphics-f755f94c143a0af43d3aa01716da10f95e467c98.zip |
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav)
Diffstat (limited to 'comms/hamlib')
-rw-r--r-- | comms/hamlib/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hamlib/pkg-plist b/comms/hamlib/pkg-plist index b94c7734305..8e4d96e5aa8 100644 --- a/comms/hamlib/pkg-plist +++ b/comms/hamlib/pkg-plist @@ -122,7 +122,7 @@ lib/libhamlib.la %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hamlib/Hamlib.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hamlib/Hamlib.bs %%SITE_PERL%%/%%PERL_ARCH%%/Hamlib.pm -%%SITE_PERL%%/mach/perltest.pl +%%SITE_PERL%%/%%PERL_ARCH%%/perltest.pl %%PYTHON_SITELIBDIR%%/Hamlib.py %%PYTHON_SITELIBDIR%%/Hamlib.pyc %%PYTHON_SITELIBDIR%%/Hamlib.pyo @@ -131,5 +131,5 @@ sbin/rpc.rigd sbin/rpc.rotd share/aclocal/hamlib.m4 @dirrm lib/tcl%%TCL_VER%%/hamlib -@dirrm %%SITE_PERL%%/mach/auto/Hamlib +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hamlib @dirrm include/hamlib |