diff options
author | mat <mat@FreeBSD.org> | 2017-08-21 21:14:02 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-08-21 21:14:02 +0800 |
commit | 0f34c5b91d625d06b13a8b457ca91d2a821387a4 (patch) | |
tree | 7dca9de72996671592878fdd1a1b098b1b42aaae /emulators | |
parent | 71ae49de610f168d6da2b6642394a62d4be571c9 (diff) | |
download | freebsd-ports-gnome-0f34c5b91d625d06b13a8b457ca91d2a821387a4.tar.gz freebsd-ports-gnome-0f34c5b91d625d06b13a8b457ca91d2a821387a4.tar.zst freebsd-ports-gnome-0f34c5b91d625d06b13a8b457ca91d2a821387a4.zip |
Don't set WRKSRC when USE_GITHUB. Use the correct GH_ACCOUNT/GH_PROJECT,
and use WRKSRC_SUBDIR.
Sponsored by: Absolight
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 196a8fcc8c05..793d3cba4b14 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -41,7 +41,7 @@ ICU_CONFIGURE_WITH= icu ICU_LIB_DEPENDS= libicuuc.so:devel/icu OPENSSL_CONFIGURE_WITH= ssl -WRKSRC= ${WRKDIR}/${PORTNAME}-stable-${RELEASE_VER}/open-vm-tools/ +WRKSRC_SUBDIR= open-vm-tools GNU_CONFIGURE= yes USE_GNOME= glib20 |