diff options
author | danfe <danfe@FreeBSD.org> | 2008-01-26 01:37:34 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-01-26 01:37:34 +0800 |
commit | 0935a56db7f501ac6bbbc139ebf026e9542be54b (patch) | |
tree | 8738700ef3fdf70f567ce6d0646606662719e927 /archivers/xmill/Makefile | |
parent | b85ab9e66500f66d522385c1f9a2b03049cae0ec (diff) | |
download | freebsd-ports-gnome-0935a56db7f501ac6bbbc139ebf026e9542be54b.tar.gz freebsd-ports-gnome-0935a56db7f501ac6bbbc139ebf026e9542be54b.tar.zst freebsd-ports-gnome-0935a56db7f501ac6bbbc139ebf026e9542be54b.zip |
Clean up port descriptions for unmaintained ports in `archivers' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution.
Diffstat (limited to 'archivers/xmill/Makefile')
-rw-r--r-- | archivers/xmill/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 32743d3f625a..b2bd60eb6e0d 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmill -DISTVERSION= 0-7 +DISTVERSION= 0.8 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,17 +14,18 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= An efficient compressor for XML -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile USE_ZIP= yes +USE_DOS2UNIX= yes PLIST_FILES= bin/xmill bin/xdemill bin/xbmill bin/xbdemill PORTDOCS= COPYRIGHT.txt LICENSE.txt MANUAL.txt README.txt xmill.ps.gz post-patch: @${REINPLACE_CMD} -e 's,friend,& class,' \ - ${WRKSRC}/src/*.?pp + ${WRKSRC}/XMill/*.?pp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unix/xmill ${PREFIX}/bin |