diff options
author | asami <asami@FreeBSD.org> | 1997-06-08 19:50:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-08 19:50:31 +0800 |
commit | 3b4e855448eb50f74fa1726625eb065743f7a947 (patch) | |
tree | bf2537b339e5b825726be0d18c3a60eda8fde956 | |
parent | 3664a8e42c618c921d4e9e08c0036863ccb2fe92 (diff) | |
download | freebsd-ports-gnome-3b4e855448eb50f74fa1726625eb065743f7a947.tar.gz freebsd-ports-gnome-3b4e855448eb50f74fa1726625eb065743f7a947.tar.zst freebsd-ports-gnome-3b4e855448eb50f74fa1726625eb065743f7a947.zip |
Mini-cleanup.
-rw-r--r-- | palm/pilot_makedoc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/palm/pilot_makedoc/Makefile b/palm/pilot_makedoc/Makefile index b253fbbc31d4..1941f60bf287 100644 --- a/palm/pilot_makedoc/Makefile +++ b/palm/pilot_makedoc/Makefile @@ -3,7 +3,7 @@ # Date created: May 10th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1997/05/30 20:07:45 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/06/08 01:41:06 jfitz Exp $ # PKGNAME= pilot_makedoc-0.7 @@ -14,11 +14,10 @@ DISTFILES= makedoc7.cpp MAINTAINER= jfitz@FreeBSD.ORG NO_WRKSUBDIR= YES - ALL_TARGET= pilot_makedoc do-extract: - @${MKDIR} -p ${WRKDIR} + @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} @${CP} ${FILESDIR}/Makefile ${WRKDIR} |