1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Fix to Makefile/PLIST to compensate for removal of fvwm dependancy.

Submitted-by: asami@FreeBSD.ORG
This commit is contained in:
James FitzGibbon 1996-10-09 04:53:26 +00:00
parent 173f634e91
commit ef8fb7573d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3937
4 changed files with 6 additions and 2 deletions

View File

@ -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/

View File

@ -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

View File

@ -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/

View File

@ -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