diff options
author | vs <vs@FreeBSD.org> | 2005-04-14 16:15:26 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-14 16:15:26 +0800 |
commit | 9e53b1184b0631c7ad602e6c03583a4b56877880 (patch) | |
tree | 081929e2aff7844636bc68420467137644f175bd /x11/props | |
parent | c1aae7bb8169a660c25b5535f33bb1918458cdb3 (diff) | |
download | freebsd-ports-gnome-9e53b1184b0631c7ad602e6c03583a4b56877880.tar.gz freebsd-ports-gnome-9e53b1184b0631c7ad602e6c03583a4b56877880.tar.zst freebsd-ports-gnome-9e53b1184b0631c7ad602e6c03583a4b56877880.zip |
Unbreak: Do not touch identical info-file installed by xview
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 |