diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-09 04:53:26 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-09 04:53:26 +0000 |
commit | ef8fb7573dabcb1cb43418013d710b5fe7d339db (patch) | |
tree | a6ab7c0d4e4cda8f9b04dffdd5728f75401b92d2 /x11-wm/afterstep-stable | |
parent | 173f634e917468acc641c4528b179551ea76649a (diff) |
Notes
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index c5b5916e6582..83b36330950a 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 17 July 96 # Whom: james@bdd.net # -# $Id: Makefile,v 1.9 1996/09/03 17:31:01 jfitz Exp $ +# $Id: Makefile,v 1.10 1996/09/30 20:29:12 jfitz Exp $ # DISTNAME= as-b33 @@ -26,6 +26,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/backgrounds/* ${PREFIX}/lib/X11/afterstep/backgrounds/ @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/sounds/ ${INSTALL_DATA} ${WRKSRC}/sounds/* ${PREFIX}/lib/X11/afterstep/sounds/ + @ ${MKDIR} -p ${PREFIX}/include/X11/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/ @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/doc/ diff --git a/x11-wm/afterstep-stable/pkg-plist b/x11-wm/afterstep-stable/pkg-plist index 2cdde172294e..d0f6b3aeeab3 100644 --- a/x11-wm/afterstep-stable/pkg-plist +++ b/x11-wm/afterstep-stable/pkg-plist @@ -52,3 +52,4 @@ include/X11/pixmaps/writeletter.xpm @dirrm lib/X11/afterstep/backgrounds @dirrm lib/X11/afterstep/sounds @dirrm lib/X11/afterstep +@dirrm include/X11/pixmaps |