diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 21:33:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 21:33:54 +0000 |
commit | a5d771bbdd5ebc1d42e0265839e1eccb053288e1 (patch) | |
tree | ac69937455061fa91146e18c8dc627840428bda7 | |
parent | Rename ${FILESDIR}/patch-prefix to ${FILESDIR}/template-patch-prefix (diff) |
Remove NEWLAYOUT definition, this is going to be the default.
Jumped the gun by: jeh :)
Notes
Notes:
svn path=/head/; revision=33477
Diffstat (limited to '')
-rw-r--r-- | databases/mytop/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 69914f5b34f6..7526991b4159 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -35,6 +35,4 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}.1 ${PREFIX}/man/man1 -NEWLAYOUT= yes - .include <bsd.port.mk> |