diff options
author | asami <asami@FreeBSD.org> | 1997-10-14 19:18:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-10-14 19:18:56 +0800 |
commit | c0e6849c1544cd3ee1f0b38055dd18fb3144ecf1 (patch) | |
tree | 8f87b5e4027bd02e0ae1af7073dcd1fc19954f9f | |
parent | dbc6816544e00a95afaf8d61292eafb3c0e10154 (diff) | |
download | freebsd-ports-gnome-c0e6849c1544cd3ee1f0b38055dd18fb3144ecf1.tar.gz freebsd-ports-gnome-c0e6849c1544cd3ee1f0b38055dd18fb3144ecf1.tar.zst freebsd-ports-gnome-c0e6849c1544cd3ee1f0b38055dd18fb3144ecf1.zip |
Move distfiles to subdirectory "aub" (there is a file called BUG_FIXES...).
-rw-r--r-- | news/aub/Makefile | 7 | ||||
-rw-r--r-- | news/aub/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/news/aub/Makefile b/news/aub/Makefile index 540c6d4a94f6..e32f0eb70e14 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -4,7 +4,7 @@ # Date created: Sun Oct 12, 1997 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1997/10/13 07:02:37 obrien Exp $ # DISTNAME= aub @@ -17,6 +17,7 @@ DISTFILES= aub aub.1 BUG_FIXES MAINTAINER= obrien@FreeBSD.ORG +DIST_SUBDIR= aub NO_WRKSUBDIR= yes NO_BUILD= yes MAN1= aub.1 @@ -31,9 +32,9 @@ pre-configure: do-install: ${INSTALL_SCRIPT} ${WRKDIR}/aub ${PREFIX}/bin - ${INSTALL_MAN} ${DISTDIR}/aub.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/aub.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/aub - ${INSTALL_MAN} ${DISTDIR}/BUG_FIXES ${PREFIX}/share/doc/aub + ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/BUG_FIXES ${PREFIX}/share/doc/aub # # There is a patch to aub to run with perl5. diff --git a/news/aub/distinfo b/news/aub/distinfo index 703395c8d5a6..5579784e8288 100644 --- a/news/aub/distinfo +++ b/news/aub/distinfo @@ -1,3 +1,3 @@ -MD5 (aub) = 74892a6ae002937d011d3e1102269b7f -MD5 (aub.1) = 813f6c5782f6cce0412e462ab41e7f03 -MD5 (BUG_FIXES) = 394a97815510cef50655646f54932915 +MD5 (aub/aub) = 74892a6ae002937d011d3e1102269b7f +MD5 (aub/aub.1) = 813f6c5782f6cce0412e462ab41e7f03 +MD5 (aub/BUG_FIXES) = 394a97815510cef50655646f54932915 |