diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-02-15 01:09:32 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-02-15 01:09:32 +0000 |
commit | a7ab11601b0281025b29877e11d9fbc297a1e9c7 (patch) | |
tree | 155264f957713550a50acfc78a018b561634821f /x11/xlogout | |
parent | 5d4736ac677f47089e02e66a543c428674138d17 (diff) | |
download | ports-a7ab11601b0281025b29877e11d9fbc297a1e9c7.tar.gz ports-a7ab11601b0281025b29877e11d9fbc297a1e9c7.zip |
Notes
Diffstat (limited to 'x11/xlogout')
-rw-r--r-- | x11/xlogout/Makefile | 3 | ||||
-rw-r--r-- | x11/xlogout/distinfo | 1 | ||||
-rw-r--r-- | x11/xlogout/pkg-plist | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile index d84c5a496d3b..7e15f10644c4 100644 --- a/x11/xlogout/Makefile +++ b/x11/xlogout/Makefile @@ -18,4 +18,7 @@ WRKSRC= ${WRKDIR}/xlogout USE_IMAKE= yes MAN1= xlogout.1 +PLIST_FILES= bin/xlogout \ + lib/X11/app-defaults/XLogout + .include <bsd.port.mk> diff --git a/x11/xlogout/distinfo b/x11/xlogout/distinfo index 3bb1d86f76aa..c386d9460ed3 100644 --- a/x11/xlogout/distinfo +++ b/x11/xlogout/distinfo @@ -1 +1,2 @@ MD5 (xlogout-1.1.tar.Z) = 65e353cdf66f7a0e8058fcb68bb8bf5e +SIZE (xlogout-1.1.tar.Z) = 3466 diff --git a/x11/xlogout/pkg-plist b/x11/xlogout/pkg-plist deleted file mode 100644 index 02a6a6718c66..000000000000 --- a/x11/xlogout/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xlogout -lib/X11/app-defaults/XLogout |