move @exec down so %D is defined

This commit is contained in:
hubertf 2002-05-23 19:12:17 +00:00
parent 21a6a78e8d
commit da0b6d62bb

View file

@ -1,5 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2002/05/15 20:44:15 mjl Exp $
@exec ${MKDIR} -p %D/share/gnome/help/guppi/C/images
@comment $NetBSD: PLIST,v 1.9 2002/05/23 19:12:17 hubertf Exp $
bin/guppi-gnumeric
include/gnome-1.0/libguppi/gnan.h
include/gnome-1.0/libguppi/guppi-2d.h
@ -332,3 +331,4 @@ share/pixmaps/guppi/surface.xpm
@dirrm lib/guppi
@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/libguppi.m4 ${LOCALBASE}/share/aclocal/libguppi.m4
@unexec test %D = ${LOCALBASE} || ${RM} -f ${LOCALBASE}/share/aclocal/libguppi.m4
@exec ${MKDIR} -p %D/share/gnome/help/guppi/C/images