diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-03-05 05:10:31 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-03-05 05:10:31 +0800 |
commit | 5a4f65df315ffa2ec43baf929672d0f5e94d7886 (patch) | |
tree | 56a9221fcfebe4f7e60a346e324de2f481ca60b1 /graphics | |
parent | fab334a7b91fa484f213dcff8ca9c24c0d22c43f (diff) | |
download | freebsd-ports-gnome-5a4f65df315ffa2ec43baf929672d0f5e94d7886.tar.gz freebsd-ports-gnome-5a4f65df315ffa2ec43baf929672d0f5e94d7886.tar.zst freebsd-ports-gnome-5a4f65df315ffa2ec43baf929672d0f5e94d7886.zip |
- Fix build after infrastructure update
- Fix package on clean ports tree
Approved by: portmgr (linimon)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cenon/Makefile | 4 | ||||
-rw-r--r-- | graphics/cenon/pkg-plist | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index b106cb30b702..524c4080fb70 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -17,7 +17,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= A vector graphics tool for GNUstep -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes USE_BZIP2= yes USE_GMAKE= yes @@ -47,6 +48,7 @@ post-extract: @${FIND} ${WRKSRC}/Library -name COPYING -delete post-install: + -@${MKDIR} ${PREFIX}/Local/Library .if defined(WITH_FULL_LIBRARY) ${TAR} xyvf ${_DISTDIR}/CenonLibrary-${PORTVERSION}-1${EXTRACT_SUFX} \ -C ${PREFIX}/Local/Library --exclude COPYING diff --git a/graphics/cenon/pkg-plist b/graphics/cenon/pkg-plist index ab644246bdeb..795fda0fb620 100644 --- a/graphics/cenon/pkg-plist +++ b/graphics/cenon/pkg-plist @@ -246,6 +246,7 @@ Local/Applications/Cenon.app/stamp.make @dirrm Local/Applications/Cenon.app/Resources/German.lproj @dirrm Local/Applications/Cenon.app/Resources @dirrm Local/Applications/Cenon.app +@dirrmtry Local/Applications Local/Library/Cenon/Devices/din/.dir.tiff Local/Library/Cenon/Devices/din/sm_1000.dev Local/Library/Cenon/Devices/din/excellon.dev @@ -454,3 +455,4 @@ Local/Library/Cenon/.dir.tiff %%FULL%%@dirrm Local/Library/Cenon/Documentation/SinkingMetrics.cenon %%FULL%%@dirrm Local/Library/Cenon/Documentation @dirrm Local/Library/Cenon +@dirrmtry Local/Library |