diff options
author | naddy <naddy@FreeBSD.org> | 2004-02-15 01:09:32 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-02-15 01:09:32 +0000 |
commit | b28b56e980604aee485732ba7171fea1c9f9305b (patch) | |
tree | d6e9265fb1a2f5334e85b3dcd8d49b70853450e3 /x11 | |
parent | 9247d3aa8701fab8cac8884711e4a7677dccf991 (diff) | |
download | FreeBSD-ports-b28b56e980604aee485732ba7171fea1c9f9305b.zip FreeBSD-ports-b28b56e980604aee485732ba7171fea1c9f9305b.tar.gz |
Gratuitous overhaul: add distfile size, get rid of plist file.
Diffstat (limited to 'x11')
-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 d84c5a4..7e15f10 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 3bb1d86..c386d94 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 02a6a67..0000000 --- a/x11/xlogout/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xlogout -lib/X11/app-defaults/XLogout |