diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-14 17:02:57 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-14 17:02:57 +0000 |
commit | 6fd12592148cc2c7fc6d1c7376b3374f9f42ed34 (patch) | |
tree | b37960d1a72757870de233900954d441b2812718 /devel/understand_c | |
parent | 85b76746141d2c319b348bf4ada655868d963d80 (diff) |
Notes
Diffstat (limited to 'devel/understand_c')
-rw-r--r-- | devel/understand_c/Makefile | 11 | ||||
-rw-r--r-- | devel/understand_c/distinfo | 2 | ||||
-rw-r--r-- | devel/understand_c/pkg-plist | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/understand_c/Makefile b/devel/understand_c/Makefile index 74eb9a68175e..3959707ba463 100644 --- a/devel/understand_c/Makefile +++ b/devel/understand_c/Makefile @@ -6,10 +6,11 @@ # PORTNAME= understand_c -PORTVERSION= 14b103 +PORTVERSION= 1.4.104 +PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/latest/ -DISTNAME= und_c-${PORTVERSION}-linux +DISTNAME= und_c-14b104-linux MAINTAINER= liouxFreeBSD.org @@ -18,8 +19,6 @@ USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes -RESTRICTED= Unsure about the license conditions on redistribution - PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip FMT?= /usr/bin/fmt @@ -52,7 +51,9 @@ do-patch: PLIST_SUB= PREFIX_LINUX=${PREFIX_LINUX} \ LINUXBASE="${LINUXBASE}" \ ECHO="${ECHO}" FMT="${FMT}" \ - MKDIR="${MKDIR}" LN="${LN} -sf" RM="${RM} -f" + MKDIR="${MKDIR}" LN="${LN} -sf" \ + RM="${RM} -f" RMDIR="${RMDIR}" \ + TRUE="${TRUE}" # Create hidden structure, the program is hardcoded. # Therefore, we will install it according to hier diff --git a/devel/understand_c/distinfo b/devel/understand_c/distinfo index ff11c65ea8e4..7b2bd0b533ad 100644 --- a/devel/understand_c/distinfo +++ b/devel/understand_c/distinfo @@ -1 +1 @@ -MD5 (und_c-14b103-linux.tar.gz) = 8a2c883b7596918d3a1cc830edc8ccd8 +MD5 (und_c-14b104-linux.tar.gz) = c555de0c9d85bc7476bb190609383a6d diff --git a/devel/understand_c/pkg-plist b/devel/understand_c/pkg-plist index 07d54e6b0a67..e90ef5f6a72a 100644 --- a/devel/understand_c/pkg-plist +++ b/devel/understand_c/pkg-plist @@ -405,12 +405,13 @@ share/understand_c/compilers/solaris.cfg share/understand_c/compilers/sunos.cfg share/understand_c/configs/c.cfg share/understand_c/fonts/cetus.ttf -@dirrm share/understand_c/license @exec %%MKDIR%% %D/share/understand_c/license +@unexec %%RMDIR%% %D/share/understand_c/license 2>/dev/null || %%TRUE%% @dirrm share/understand_c/fonts @dirrm share/understand_c/configs @dirrm share/understand_c/compilers -@dirrm share/understand_c +@comment This won't be removed as well as the license directory if there is a license there. +@unexec %%RMDIR%% %D/share/understand_c 2>/dev/null || %%TRUE%% @exec %%MKDIR%% %D/lib/understand_c/conf @exec %%LN%% %D/share/understand_c %D/lib/understand_c/conf/understand @exec %%LN%% %D/share/understand_c/license %D/lib/understand_c/conf/license |