diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-14 17:41:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-14 17:41:39 +0000 |
commit | 9e4f45c7c384e26e7fb340e1348696f025c17e4a (patch) | |
tree | eaddb7d754e0f8877ed762f494d95561ab891a21 /sysutils | |
parent | Document MediaWiki multiple security vulnerabilities (diff) |
- Add empty directories to plist
- Add NO_ARCH
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=394244
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal-info/Makefile | 3 | ||||
-rw-r--r-- | sysutils/hal-info/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile index 48df9fd003f9..60df5906d1bb 100644 --- a/sysutils/hal-info/Makefile +++ b/sysutils/hal-info/Makefile @@ -15,8 +15,9 @@ LIB_PC_DEPENDS= hal.pc:${PORTSDIR}/sysutils/hal BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -USES= gmake +USES= gmake GNU_CONFIGURE= yes +NO_ARCH= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/sysutils/hal-info/pkg-plist b/sysutils/hal-info/pkg-plist index 35e2b64a2577..9352476740f7 100644 --- a/sysutils/hal-info/pkg-plist +++ b/sysutils/hal-info/pkg-plist @@ -47,3 +47,5 @@ share/hal/fdi/information/10freedesktop/30-keymap-module-thinkpad-acpi.fdi share/hal/fdi/information/10freedesktop/99-video-quirk-default.fdi share/hal/fdi/preprobe/10osvendor/10-ide-drives.fdi share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi +@dir share/hal/fdi/preprobe/20thirdparty +@dir share/hal/fdi/information/20thirdparty |