diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-07 13:37:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-07 13:37:26 +0000 |
commit | 4e5fc326bfa72e31e03b97a534453a87c93bb735 (patch) | |
tree | 454a15add9f84a6177d33187a99a6723bbca7ac8 /x11-fonts | |
parent | 21583b76dda742d25cc1c92ed527e9d19bb81cc7 (diff) | |
download | ports-4e5fc326bfa72e31e03b97a534453a87c93bb735.tar.gz ports-4e5fc326bfa72e31e03b97a534453a87c93bb735.zip |
Use SORT macro. Clarify COMMENT. Use PLIST_DIRS. Drop maintainership.
Notes
Notes:
svn path=/head/; revision=106398
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 5a9c72b6737a..e64a67ef7dc3 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\"" \ |