diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
commit | d23a79568090d280bf3beb199bb97f0572234984 (patch) | |
tree | 8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /converters/uudx | |
parent | b72f3823ec582474b4ab98fe3c46fecea0d4ddab (diff) | |
download | ports-d23a79568090d280bf3beb199bb97f0572234984.tar.gz ports-d23a79568090d280bf3beb199bb97f0572234984.zip |
Notes
Diffstat (limited to 'converters/uudx')
-rw-r--r-- | converters/uudx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index 4e58aac3bb86..177432b9f640 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -2,13 +2,12 @@ # Version required: 2.99 # Date created: 2 June 1996 # Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> -# -# +# $Id$ # DISTNAME= uudx_299 PKGNAME= uudx-2.99 -CATEGORIES+= archivers +CATEGORIES= archivers MASTER_SITES= ftp://ftp.ae.keio.ac.jp/pub/msdos/archivers/uu/ MAINTAINER= pcs51674@asciinet.or.jp @@ -23,6 +22,6 @@ PATCH_STRIP= -p1 pre-patch: @echo "===> Installing custom Makefile for ${DISTNAME}" - @(cp ${FILESDIR}/Makefile ${WRKSRC}) + @(${CP} ${FILESDIR}/Makefile ${WRKSRC}) .include <bsd.port.mk> |