diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 08:15:26 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 08:15:26 +0000 |
commit | daa964a6269e9ba406228fc2622eeffce9e87072 (patch) | |
tree | 1ac7490bace089906ca0aaa7856f7ec0d9348f08 /x11/props | |
parent | 6f68b1226448b2c70b9e880f44278bf97f9e0910 (diff) |
Unbreak: Do not touch identical info-file installed by xview
Notes
Notes:
svn path=/head/; revision=133303
Diffstat (limited to 'x11/props')
-rw-r--r-- | x11/props/Makefile | 3 | ||||
-rw-r--r-- | x11/props/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11/props/Makefile b/x11/props/Makefile index 52cba956d1ed..50a93fe33e0c 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -18,13 +18,12 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/props USE_IMAKE= yes +MAKE_ARGS= INFOFILES="" .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502000 BROKEN= "Does not compile" -.else -BROKEN= "Incorrect pkg-plist" .endif post-install: diff --git a/x11/props/pkg-plist b/x11/props/pkg-plist index d5fdce234ca6..8d37084c15a7 100644 --- a/x11/props/pkg-plist +++ b/x11/props/pkg-plist @@ -1,5 +1,4 @@ bin/props -lib/help/props.info lib/X11/locale/C/props/C lib/X11/locale/C/props/basic_setting lib/X11/locale/C/props/en_AU |