aboutsummaryrefslogtreecommitdiff
path: root/converters/uudx
diff options
context:
space:
mode:
Diffstat (limited to 'converters/uudx')
-rw-r--r--converters/uudx/Makefile7
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>