diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-07 13:37:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-07 13:37:26 +0000 |
commit | f0504ff26af8d36b4eb3a58d2ead1986667af9b9 (patch) | |
tree | 89bc163ce3e97ad3427175bd87b2d4939a8e34dd /x11-fonts | |
parent | 49b28f71e8e593fa01792d2ab654ac685001489c (diff) | |
download | FreeBSD-ports-f0504ff26af8d36b4eb3a58d2ead1986667af9b9.zip FreeBSD-ports-f0504ff26af8d36b4eb3a58d2ead1986667af9b9.tar.gz |
Use SORT macro. Clarify COMMENT. Use PLIST_DIRS. Drop maintainership.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/sgifonts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index 5a9c72b..e64a67e 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -14,12 +14,13 @@ DISTNAME= sgi-fonts-1.0-1.src EXTRACT_SUFX= .rpm MAINTAINER= trevor@FreeBSD.org -COMMENT= Fonts from the SGI ProPack 1.4 for Linux +COMMENT= Fonts from the SGI ProPack 1.4 (originally for Linux) EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients PLIST= ${WRKDIR}/pkg-plist +PLIST_DIRS= lib/X11/fonts/local/sgi PKGMESSAGE= ${WRKDIR}/pkg-message USE_IMAKE= yes WRKSRC= ${WRKDIR}/sgi-fonts @@ -33,10 +34,9 @@ do-extract: pre-install: @${RM} -f ${PLIST} - @cd ${WRKSRC}; for ii in `${LS} *gz fonts.alias fonts.dir | sort`; do \ + @cd ${WRKSRC}; for ii in `${LS} *gz fonts.alias fonts.dir|${SORT}`; do \ ${ECHO_CMD} lib/X11/fonts/local/sgi/$${ii} >> ${PLIST}; \ done - @${ECHO_CMD} @dirrm lib/X11/fonts/local/sgi >> ${PLIST} @${ECHO_CMD} "******************************************" >${PKGMESSAGE} @${ECHO_CMD} "Add a line" >> ${PKGMESSAGE} @${ECHO_CMD} "FontPath \"${PREFIX}/lib/X11/fonts/local/sgi\"" \ |