diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-04-04 00:10:13 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-04-04 00:10:13 +0000 |
commit | 8a593bb43c3a02b09ddad0515fb5f4e5e078a4b4 (patch) | |
tree | 1f045ec97d28ec7b8297561d596ad58a096e01d9 | |
parent | Only update amd64-7.x not every arch on every system (diff) |
. Asymptotically approaching packing list correctness.
Submitted by: pav
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index ace643c760f0..fc9e092ec43b 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -7,7 +7,7 @@ PORTNAME= afterstep PORTVERSION= 2.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm afterstep MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/x11-wm/afterstep-stable/pkg-plist b/x11-wm/afterstep-stable/pkg-plist index cdf75e5d29eb..fb354ff04609 100644 --- a/x11-wm/afterstep-stable/pkg-plist +++ b/x11-wm/afterstep-stable/pkg-plist @@ -1367,6 +1367,7 @@ lib/libAfterStep.a %%DATADIR%%/wintabs share/gnome/wm-properties/AfterStep.desktop share/xsessions/AfterStep.desktop +@dirrmtry share/xsessions @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/start/7_About_AfterStep @dirrm %%DATADIR%%/start/5_Quit |