From 0c064baabe998d7edf5acd2c08a2adc5d9c2190b Mon Sep 17 00:00:00 2001 From: maho Date: Thu, 24 Mar 2005 03:27:10 +0000 Subject: Fix pkg-plist Submitted by: "Pedro F. Giffuni" and kris via pointy hat Approved by: portmgr(marcus) --- cad/tochnog/Makefile | 2 +- cad/tochnog/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cad') diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile index 49afd6f3451b..bdef57ca213d 100644 --- a/cad/tochnog/Makefile +++ b/cad/tochnog/Makefile @@ -76,7 +76,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/tochnog/gid/tochnog.gid/tochnog.ba* \ ${GID_PREFIX}/tochnog.gid .if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR}/test + ${MKDIR} ${EXAMPLESDIR} @${RM} -f ${WRKDIR}/tochnog/test/*.orig ${INSTALL_DATA} ${WRKDIR}/tochnog/test/* ${EXAMPLESDIR} .endif diff --git a/cad/tochnog/pkg-plist b/cad/tochnog/pkg-plist index da5bd0b5249c..9610e3f34162 100644 --- a/cad/tochnog/pkg-plist +++ b/cad/tochnog/pkg-plist @@ -8,6 +8,8 @@ bin/mkgmsh.awk %%GIDDIR%%/problemtypes/tochnog.gid/tochnog.cnd %%GIDDIR%%/problemtypes/tochnog.gid/tochnog.mat @dirrm %%GIDDIR%%/problemtypes/tochnog.gid +@dirrm %%GIDDIR%%/problemtypes +@dirrm %%GIDDIR%% %%PORTDOCS%%%%EXAMPLESDIR%%/absorp1.dat %%PORTDOCS%%%%EXAMPLESDIR%%/axisym1.dat %%PORTDOCS%%%%EXAMPLESDIR%%/axisym2.dat @@ -212,5 +214,3 @@ bin/mkgmsh.awk %%PORTDOCS%%%%EXAMPLESDIR%%/vonmis2.dat %%PORTDOCS%%%%EXAMPLESDIR%%/wave1.dat %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@unexec rmdir %%GIDDIR%%/problemtypes 2>/dev/null || true -@unexec rmdir %%GIDDIR%% 2>/dev/null || true -- cgit