diff options
Diffstat (limited to 'x11/viewres/Makefile')
-rw-r--r-- | x11/viewres/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/viewres/Makefile b/x11/viewres/Makefile index abcd108d8eab..189f665d423d 100644 --- a/x11/viewres/Makefile +++ b/x11/viewres/Makefile @@ -6,8 +6,7 @@ # PORTNAME= viewres -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -18,4 +17,10 @@ USE_XORG= xt xaw MAN1= viewres.1 +PLIST_FILES+= bin/viewres \ + share/X11/app-defaults/Viewres \ + share/X11/app-defaults/Viewres-color +PLIST_DIRS+= share/X11/app-defaults \ + share/X11 + .include <bsd.port.mk> |