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 /lang/gdc | |
parent | 90829198fa9dfbca873aed65ecc13cb88d045bfb (diff) | |
download | freebsd-ports-gnome-f755f94c143a0af43d3aa01716da10f95e467c98.tar.gz freebsd-ports-gnome-f755f94c143a0af43d3aa01716da10f95e467c98.tar.zst freebsd-ports-gnome-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 'lang/gdc')
-rw-r--r-- | lang/gdc/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gdc/pkg-plist b/lang/gdc/pkg-plist index 8cf347aaf92d..c3caa0d4f1c2 100644 --- a/lang/gdc/pkg-plist +++ b/lang/gdc/pkg-plist @@ -91,8 +91,8 @@ include/d/%%GCC_VER%%/std/c/linux/ldblcompat.d include/d/%%GCC_VER%%/std/c/linux/linux.d include/d/%%GCC_VER%%/std/c/linux/linuxextern.d include/d/%%GCC_VER%%/std/c/linux/socket.d -include/d/%%GCC_VER%%/std/c/mach/mach.d -include/d/%%GCC_VER%%/std/c/mach/mach_extern.d +include/d/%%GCC_VER%%/std/c/%%PERL_ARCH%%/mach.d +include/d/%%GCC_VER%%/std/c/%%PERL_ARCH%%/mach_extern.d include/d/%%GCC_VER%%/std/c/skyos/compat.d include/d/%%GCC_VER%%/std/c/skyos/skyos.d include/d/%%GCC_VER%%/std/c/unix/unix.d |